From df49173fbef10d0067335603633a57ffe9e5af74 Mon Sep 17 00:00:00 2001 From: Lawrence Nahum Date: Tue, 7 Jan 2025 13:56:46 +0100 Subject: [PATCH] build: disable touch devices until esp components upgrade to idf 5.4 i2c updated driver --- main/input/touchscreen.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/input/touchscreen.inc b/main/input/touchscreen.inc index 578d6bf8..a3cf46b4 100644 --- a/main/input/touchscreen.inc +++ b/main/input/touchscreen.inc @@ -5,6 +5,8 @@ #include #include +#error Touch devices are not supported at the moment due to upstream updates delays, please use TAG 1.0.33 for now + static volatile bool shutdown_requested = false; static volatile bool shutdown_finished = false;