Implement remote lna toggle cli cmd
This commit is contained in:
@@ -52,6 +52,8 @@ struct NodePrefs { // persisted to file
|
||||
uint32_t discovery_mod_timestamp;
|
||||
float adc_multiplier;
|
||||
char owner_info[120];
|
||||
// Power settings
|
||||
uint8_t sx126x_rx_boosted_gain;
|
||||
};
|
||||
|
||||
class CommonCLICallbacks {
|
||||
@@ -87,6 +89,10 @@ public:
|
||||
virtual void restartBridge() {
|
||||
// no op by default
|
||||
};
|
||||
|
||||
virtual void setRxBoostedGain(bool enable) {
|
||||
// no op by default
|
||||
};
|
||||
};
|
||||
|
||||
class CommonCLI {
|
||||
|
||||
Reference in New Issue
Block a user