This commit is contained in:
Charles Crossan
2021-02-21 10:55:33 -05:00
parent f41d79d586
commit 3c564796e0
8 changed files with 220 additions and 1 deletions
+2
View File
@@ -6,6 +6,7 @@
#include "plugins/TextMessagePlugin.h"
#ifndef NO_ESP32
#include "plugins/esp32/EnvironmentalMeasurementPlugin.h"
#include "plugins/esp32/RangeTestPlugin.h"
#include "plugins/SerialPlugin.h"
#include "plugins/StoreForwardPlugin.h"
@@ -19,6 +20,7 @@ void setupPlugins()
nodeInfoPlugin = new NodeInfoPlugin();
positionPlugin = new PositionPlugin();
textMessagePlugin = new TextMessagePlugin();
environmentalMeasurementPlugin = new EnvironmentalMeasurementPlugin();
// Note: if the rest of meshtastic doesn't need to explicitly use your plugin, you do not need to assign the instance
// to a global variable.