diff --git a/src/plugins/RangeTestPlugin.cpp b/src/plugins/RangeTestPlugin.cpp index 4ed11f447..8f03589c2 100644 --- a/src/plugins/RangeTestPlugin.cpp +++ b/src/plugins/RangeTestPlugin.cpp @@ -32,9 +32,9 @@ int32_t RangeTestPlugin::runOnce() without having to configure it from the PythonAPI or WebUI. */ - radioConfig.preferences.range_test_plugin_enabled = 1; - radioConfig.preferences.range_test_plugin_sender = 0; - radioConfig.preferences.fixed_position = 1; + // radioConfig.preferences.range_test_plugin_enabled = 1; + // radioConfig.preferences.range_test_plugin_sender = 0; + // radioConfig.preferences.fixed_position = 1; uint32_t senderHeartbeat = radioConfig.preferences.range_test_plugin_sender * 1000; diff --git a/src/plugins/StoreForwardPlugin.cpp b/src/plugins/StoreForwardPlugin.cpp index 4ee4eac7c..f71fb965b 100644 --- a/src/plugins/StoreForwardPlugin.cpp +++ b/src/plugins/StoreForwardPlugin.cpp @@ -19,7 +19,7 @@ struct sfRecord struct sfRecord records[STORE_RECORDS]; -#define STOREFORWARDPLUGIN_ENABLED 1 +#define STOREFORWARDPLUGIN_ENABLED 0 StoreForwardPlugin *storeForwardPlugin; StoreForwardPluginRadio *storeForwardPluginRadio;