From 7e7ab3c549417261b6c49bc76ea79d899aa4128d Mon Sep 17 00:00:00 2001 From: dominikn Date: Tue, 22 Dec 2020 02:15:05 +0100 Subject: [PATCH] disable LCD/TFT by default --- src/ESP32-http-websocket.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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