* repeater & room server: new CLI config "flood.max"

This commit is contained in:
Scott Powell
2025-03-10 23:28:19 +11:00
parent 676ba6d066
commit 5c72969e2c
4 changed files with 22 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ struct NodePrefs { // persisted to file
uint8_t reserved1;
uint8_t reserved2;
float bw;
uint8_t flood_max;
};
class CommonCLICallbacks {