From c5973f9a554d2df4990bda8710b4680827f53738 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 24 Mar 2021 11:41:14 +0800 Subject: [PATCH] @mc-hamster it is VERY important to not accidentally turn this in in master ;-) --- src/plugins/esp32/StoreForwardPlugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/esp32/StoreForwardPlugin.cpp b/src/plugins/esp32/StoreForwardPlugin.cpp index e5694caa3..8e0686825 100644 --- a/src/plugins/esp32/StoreForwardPlugin.cpp +++ b/src/plugins/esp32/StoreForwardPlugin.cpp @@ -280,9 +280,9 @@ StoreForwardPlugin::StoreForwardPlugin() Uncomment the preferences below if you want to use the plugin without having to configure it from the PythonAPI or WebUI. - */ radioConfig.preferences.store_forward_plugin_enabled = 1; radioConfig.preferences.is_router = 1; + */ if (radioConfig.preferences.store_forward_plugin_enabled) { @@ -305,7 +305,7 @@ StoreForwardPlugin::StoreForwardPlugin() DEBUG_MSG("Store & Forward Plugin - Aborting Startup.\n"); } - // Client + // Client } else { DEBUG_MSG("Initializing Store & Forward Plugin - Enabled as Client\n"); }