Skip to content

Commit

Permalink
disable LCD/TFT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Dec 22, 2020
1 parent 14e7ef7 commit 7e7ab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESP32-http-websocket.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/* =============== config section start =============== */

#define ENABLE_TFT 1 // tested on TTGO T Display
#define ENABLE_TFT 0 // tested on TTGO T Display

#define HTTP_PORT 8000

Expand Down

0 comments on commit 7e7ab3c

Please sign in to comment.