kopia lustrzana https://github.com/meshtastic/protobufs
turn off store and forward in the field
rodzic
e63f9713f7
commit
bf8ac6718c
|
@ -969,7 +969,9 @@ 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_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_sender | [uint32](#uint32) | | |
|
||||||
| range_test_plugin_save | [bool](#bool) | | |
|
| 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. |
|
| 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) | | |
|
| 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_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 |
|
| environmental_measurement_plugin_screen_enabled | [bool](#bool) | | Enable/Disable the environmental measurement plugin on-device display |
|
||||||
|
|
|
@ -351,8 +351,9 @@ message RadioConfig {
|
||||||
* Preferences for the StoreForwardPlugin
|
* 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.
|
||||||
*/
|
*/
|
||||||
bool store_forward_plugin_enabled = 136;
|
bool store_forward_plugin_enabled = 148; // was 136
|
||||||
uint32 store_forward_plugin_records = 137;
|
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
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Preferences for the EnvironmentalMeasurement Plugin
|
* Preferences for the EnvironmentalMeasurement Plugin
|
||||||
|
|
Ładowanie…
Reference in New Issue