Skip to content

Commit

Permalink
Reorder request sync listener (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturner authored Oct 31, 2023
1 parent f37ff7a commit 083de93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ void setup()

// mgr.addListener(&bluetoothCommandListener);
mgr.addListener(&wifiCommandListener);
mgr.addListener(&stateMachine);
mgr.addListener(&requestSyncListener);
mgr.addListener(&stateMachine);

attachInterrupt(digitalPinToInterrupt(SHOW_PIN), onInterrupt, FALLING);

Expand Down

0 comments on commit 083de93

Please sign in to comment.