From 29f4bc5a8092c1454db2103739f33b208942dfbc Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 6 Feb 2021 21:42:17 -0800 Subject: [PATCH] Changes for range_test_plugin and store_forward_plugin --- mesh.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index 88a78c7..5c1b4d7 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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;