AMSAT-NA / PacSatSW

MIT License
4 stars 1 forks source link

Commandable configuration is currently set with #defines #10

Open ac2cz opened 1 year ago

ac2cz commented 1 year ago

Configuration such as the frequency of the PB status broadcast should be commandable from the ground. Currently they are set with #defines.

To implement this the #defines should become the default values. A command should be developed to either set an individual value or upload a config file with the values.