This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user