From e193f636879e794e84960d4f29a3a5b85bd8a4be Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 21 Mar 2021 19:46:02 -0700 Subject: [PATCH] Update StoreForwardPlugin.cpp --- src/plugins/esp32/StoreForwardPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/esp32/StoreForwardPlugin.cpp b/src/plugins/esp32/StoreForwardPlugin.cpp index fa4ccc41..62a96a1f 100644 --- a/src/plugins/esp32/StoreForwardPlugin.cpp +++ b/src/plugins/esp32/StoreForwardPlugin.cpp @@ -223,9 +223,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) {