This commit is contained in:
Ben Meadors 2023-01-18 19:45:39 -06:00
parent 412fbea978
commit 660a73d58c

View File

@ -42,7 +42,7 @@ void setupModules()
waypointModule = new WaypointModule();
textMessageModule = new TextMessageModule();
traceRouteModule = new TraceRouteModule();
// Note: if the rest of meshtastic doesn't need to explicitly use your module, you do not need to assign the instance
// to a global variable.