Disable plugins

This commit is contained in:
Jm 2021-02-12 18:52:31 -08:00
parent c9b1ee532d
commit e225af28dc
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -19,7 +19,7 @@ struct sfRecord
struct sfRecord records[STORE_RECORDS];
#define STOREFORWARDPLUGIN_ENABLED 1
#define STOREFORWARDPLUGIN_ENABLED 0
StoreForwardPlugin *storeForwardPlugin;
StoreForwardPluginRadio *storeForwardPluginRadio;