From 39bb8b26bbc107aae3586d5a5e11a06ea12680bc Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 17 Mar 2021 07:25:17 +0800 Subject: [PATCH] fix doc formatting --- docs/docs.md | 5 ++--- radioconfig.proto | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/docs.md b/docs/docs.md index 24f325c4..8ff61cee 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -768,6 +768,7 @@ To match the old style filenames, _ is converted to -, p is converted to . | GENIEBLOCKS | 35 | | | NRF52_UNKNOWN | 36 | | | PORTDUINO | 37 | | +| ANDROID_SIM | 38 | The simulator built into the android app | @@ -998,9 +999,7 @@ see sw-design.md for more information on these preferences | range_test_plugin_enabled | [bool](#bool) | | Preferences for the RangeTestPlugin FIXME - Move this out of UserPreferences and into a section for plugin configuration. | | range_test_plugin_sender | [uint32](#uint32) | | | | range_test_plugin_save | [bool](#bool) | | | -| store_forward_plugin_enabled | [bool](#bool) | | Preferences for the StoreForwardPlugin FIXME - Move this out of UserPreferences and into a section for plugin configuration. - -was 136 | +| store_forward_plugin_enabled | [bool](#bool) | | Preferences for the StoreForwardPlugin FIXME - Move this out of UserPreferences and into a section for plugin configuration. (was 136) | | store_forward_plugin_records | [uint32](#uint32) | | | | environmental_measurement_plugin_measurement_enabled | [bool](#bool) | | Preferences for the EnvironmentalMeasurement Plugin FIXME - Move this out of UserPreferences and into a section for plugin configuration. Enable/Disable the environmental measurement plugin measurement collection | | environmental_measurement_plugin_screen_enabled | [bool](#bool) | | Enable/Disable the environmental measurement plugin on-device display | diff --git a/radioconfig.proto b/radioconfig.proto index 215c7d5c..17140515 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -349,11 +349,11 @@ message RadioConfig { /* * Preferences for the StoreForwardPlugin - *FIXME - Move this out of UserPreferences and into a section for plugin configuration. + *FIXME - Move this out of UserPreferences and into a section for plugin configuration. (was 136) */ - bool store_forward_plugin_enabled = 148; // was 136 + bool store_forward_plugin_enabled = 148; uint32 store_forward_plugin_records = 137; - reserved 136; // 1.2.9 accidentially forced this flag on for everyone, so I changed to a new flag to force it off again + reserved 136; /* * Preferences for the EnvironmentalMeasurement Plugin