diff --git a/mesh.proto b/mesh.proto index cc2a217..88a78c7 100644 --- a/mesh.proto +++ b/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;