Skip to content

Commit

Permalink
Fix wrong v3.1 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
xx committed May 27, 2024
1 parent 13ad416 commit 45481a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions firmware/esp32/gdoor/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
#include "src/wifi_helper.h"
#include "src/printer_helper.h"

#define PIN_RX 12
#define PIN_TX 25
#define PIN_TX_EN 27

GDOOR_DATA_PROTOCOL gdoor_data_idle(NULL, true);

boolean debug = false; // Global variable to indicate if we are in debug mode (true)
Expand Down

0 comments on commit 45481a3

Please sign in to comment.