mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add configurations for RangeTestPlugin & StoreForwardPlugin
This commit is contained in:
parent
106f4bfdeb
commit
8e5d7d1189
1 changed files with 15 additions and 0 deletions
15
mesh.proto
15
mesh.proto
|
|
@ -845,6 +845,21 @@ message RadioConfig {
|
|||
bool ext_notification_plugin_alert_message = 130;
|
||||
bool ext_notification_plugin_alert_bell = 131;
|
||||
|
||||
/**
|
||||
Preferences for the RangeTestPlugin
|
||||
|
||||
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;
|
||||
|
||||
/**
|
||||
Preferences for the StoreForwardPlugin
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
UserPreferences preferences = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue