mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Changes for range_test_plugin and store_forward_plugin
This commit is contained in:
parent
8e5d7d1189
commit
29f4bc5a80
1 changed files with 3 additions and 2 deletions
|
|
@ -851,7 +851,8 @@ message RadioConfig {
|
|||
FIXME - Move this out of UserPreferences and into a section for plugin configuration.
|
||||
*/
|
||||
bool range_test_plugin_enabled = 132;
|
||||
bool range_test_plugin_sender = 133;
|
||||
uint32 range_test_plugin_sender = 133;
|
||||
bool range_test_plugin_save = 134;
|
||||
|
||||
/**
|
||||
Preferences for the StoreForwardPlugin
|
||||
|
|
@ -859,7 +860,7 @@ message RadioConfig {
|
|||
FIXME - Move this out of UserPreferences and into a section for plugin configuration.
|
||||
*/
|
||||
bool store_forward_plugin_enabled = 136;
|
||||
bool store_forward_plugin_records = 137;
|
||||
uint32 store_forward_plugin_records = 137;
|
||||
}
|
||||
|
||||
UserPreferences preferences = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue