From fc2862bd166707dd432d334abda3d521f7611747 Mon Sep 17 00:00:00 2001 From: Jm Date: Thu, 25 Mar 2021 19:36:37 -0700 Subject: [PATCH] Fix bad merge --- src/plugins/esp32/StoreForwardPlugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/esp32/StoreForwardPlugin.cpp b/src/plugins/esp32/StoreForwardPlugin.cpp index 0c7c3f783..6a90bf228 100644 --- a/src/plugins/esp32/StoreForwardPlugin.cpp +++ b/src/plugins/esp32/StoreForwardPlugin.cpp @@ -231,6 +231,7 @@ StoreForwardPlugin::StoreForwardPlugin() /* Uncomment the preferences below if you want to use the plugin without having to configure it from the PythonAPI or WebUI. + */ if (StoreForward_Dev) { radioConfig.preferences.store_forward_plugin_enabled = 1;