We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18881f1 commit df49173Copy full SHA for df49173
main/input/touchscreen.inc
@@ -5,6 +5,8 @@
5
#include <esp_lcd_touch.h>
6
#include <esp_lcd_touch_ft5x06.h>
7
8
+#error Touch devices are not supported at the moment due to upstream updates delays, please use TAG 1.0.33 for now
9
+
10
static volatile bool shutdown_requested = false;
11
static volatile bool shutdown_finished = false;
12
0 commit comments