|
|
@ -96,6 +96,9 @@ public: |
|
|
|
void save_radio_trim() { radio_trim.save();} |
|
|
|
void save_radio_trim() { radio_trim.save();} |
|
|
|
|
|
|
|
|
|
|
|
void set_and_save_trim() { radio_trim.set_and_save_ifchanged(radio_in);} |
|
|
|
void set_and_save_trim() { radio_trim.set_and_save_ifchanged(radio_in);} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// set and save trim if changed
|
|
|
|
|
|
|
|
void set_and_save_radio_trim(int16_t val) { radio_trim.set_and_save_ifchanged(val);} |
|
|
|
|
|
|
|
|
|
|
|
bool min_max_configured() const; |
|
|
|
bool min_max_configured() const; |
|
|
|
|
|
|
|
|
|
|
|