* interference threshold now stored in prefs, CLI: set/get "int.thresh"
This commit is contained in:
@@ -24,6 +24,7 @@ struct NodePrefs { // persisted to file
|
||||
uint8_t reserved2;
|
||||
float bw;
|
||||
uint8_t flood_max;
|
||||
uint8_t interference_threshold;
|
||||
};
|
||||
|
||||
class CommonCLICallbacks {
|
||||
|
||||
Reference in New Issue
Block a user