Skip to content

Commit df49173

Browse files
Lawrence NahumJamie C. Driver
authored andcommitted
build: disable touch devices until esp components upgrade to idf 5.4 i2c updated driver
1 parent 18881f1 commit df49173

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/input/touchscreen.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include <esp_lcd_touch.h>
66
#include <esp_lcd_touch_ft5x06.h>
77

8+
#error Touch devices are not supported at the moment due to upstream updates delays, please use TAG 1.0.33 for now
9+
810
static volatile bool shutdown_requested = false;
911
static volatile bool shutdown_finished = false;
1012

0 commit comments

Comments
 (0)