Skip to content

Commit

Permalink
Comment out ReplyModule registration, but leave it in as example (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Mar 2, 2024
1 parent bf88773 commit d20fa6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/Modules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "modules/NodeInfoModule.h"
#include "modules/PositionModule.h"
#include "modules/RemoteHardwareModule.h"
#include "modules/ReplyModule.h"
#include "modules/RoutingModule.h"
#include "modules/TextMessageModule.h"
#include "modules/TraceRouteModule.h"
Expand Down Expand Up @@ -67,7 +66,8 @@ void setupModules()
// to a global variable.

new RemoteHardwareModule();
new ReplyModule();
// Example: Put your module here
// new ReplyModule();
#if HAS_BUTTON || ARCH_PORTDUINO
rotaryEncoderInterruptImpl1 = new RotaryEncoderInterruptImpl1();
if (!rotaryEncoderInterruptImpl1->init()) {
Expand Down

0 comments on commit d20fa6e

Please sign in to comment.