diff --git a/src/ESP32-http-websocket.ino b/src/ESP32-http-websocket.ino index 2967415..39f6704 100644 --- a/src/ESP32-http-websocket.ino +++ b/src/ESP32-http-websocket.ino @@ -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