INI Configuration Reference

The daemon reads wsprrypi.ini for its execution parameters. In normal use, configure Wsprry Pi through the web interface; edit the INI file directly only when a setting is not exposed there or a development workflow requires it.

The installer stores the configuration in the user data directory:

$ ls -al /usr/local/etc/wsprrypi.ini
total 12
drwxr-xr-x  2 root root 4096 Feb 18 14:51 .
drwxr-xr-x 10 root root 4096 Sep 21 19:02 ..
-rw-rw-rw-  1 root root  171 Mar  6 19:47 wsprrypi.ini

The file uses standard INI syntax with eight sections: Meta, Operation, Calibration, GPIO, Si5351, WSPR, CW, and Band GPIO. Blank lines and extra whitespace are ignored. Each setting is a key/value pair separated by an equals sign, and comments begin with a semicolon (;).

After editing, confirm the syntax and values before restarting Wsprry Pi or relying on the configuration for transmission.

Configuration Areas