@mc-hamster it is VERY important to not accidentally turn this in in master

;-)
This commit is contained in:
Kevin Hester 2021-03-24 11:41:14 +08:00
parent eb684aac03
commit c5973f9a55

View File

@ -280,9 +280,9 @@ StoreForwardPlugin::StoreForwardPlugin()
Uncomment the preferences below if you want to use the plugin Uncomment the preferences below if you want to use the plugin
without having to configure it from the PythonAPI or WebUI. without having to configure it from the PythonAPI or WebUI.
*/
radioConfig.preferences.store_forward_plugin_enabled = 1; radioConfig.preferences.store_forward_plugin_enabled = 1;
radioConfig.preferences.is_router = 1; radioConfig.preferences.is_router = 1;
*/
if (radioConfig.preferences.store_forward_plugin_enabled) { if (radioConfig.preferences.store_forward_plugin_enabled) {
@ -305,7 +305,7 @@ StoreForwardPlugin::StoreForwardPlugin()
DEBUG_MSG("Store & Forward Plugin - Aborting Startup.\n"); DEBUG_MSG("Store & Forward Plugin - Aborting Startup.\n");
} }
// Client // Client
} else { } else {
DEBUG_MSG("Initializing Store & Forward Plugin - Enabled as Client\n"); DEBUG_MSG("Initializing Store & Forward Plugin - Enabled as Client\n");
} }