diff --git a/src/plugins/Plugins.cpp b/src/plugins/Plugins.cpp index 6fe1459f..46f85410 100644 --- a/src/plugins/Plugins.cpp +++ b/src/plugins/Plugins.cpp @@ -36,6 +36,6 @@ void setupPlugins() //storeForwardPlugin = new StoreForwardPlugin(); new RangeTestPlugin(); - //new StoreForwardPlugin(); + new StoreForwardPlugin(); #endif } \ No newline at end of file