mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 10:21:40 +00:00
Fix CI build for non-esp32 devices
This commit is contained in:
parent
77961e8e93
commit
27f74382aa
@ -20,7 +20,6 @@ void setupPlugins()
|
|||||||
nodeInfoPlugin = new NodeInfoPlugin();
|
nodeInfoPlugin = new NodeInfoPlugin();
|
||||||
positionPlugin = new PositionPlugin();
|
positionPlugin = new PositionPlugin();
|
||||||
textMessagePlugin = new TextMessagePlugin();
|
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
|
// 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.
|
// to a global variable.
|
||||||
@ -42,5 +41,6 @@ void setupPlugins()
|
|||||||
|
|
||||||
new RangeTestPlugin();
|
new RangeTestPlugin();
|
||||||
// new StoreForwardPlugin();
|
// new StoreForwardPlugin();
|
||||||
|
new EnvironmentalMeasurementPlugin();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user