work on rangetestplugin and storeforwardplugin

done for the night.
This commit is contained in:
Jm
2021-02-06 23:29:18 -08:00
parent 9f9f02fc6f
commit d678c48884
5 changed files with 62 additions and 31 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ void setupPlugins()
*/
new SerialPlugin();
new ExternalNotificationPlugin();
//new StoreForwardPlugin();
//storeForwardPlugin = new StoreForwardPlugin();
rangeTestPlugin = new RangeTestPlugin();
#endif
}