save and recall stepsize

This commit is contained in:
formtapez 2023-01-20 22:21:59 +01:00
parent 2d9090862b
commit a8885282cd
No known key found for this signature in database
GPG key ID: F48A97AFEF29488D
2 changed files with 3 additions and 0 deletions

View file

@ -59,6 +59,7 @@ public:
uint32_t tx_frequency;
uint8_t tx_gain;
uint8_t vga;
uint32_t step;
};
int load(std::string application, AppSettings* settings);