Skip to content

Commit

Permalink
build: disable touch devices until esp components upgrade to idf 5.4 …
Browse files Browse the repository at this point in the history
…i2c updated driver
  • Loading branch information
greenaddress authored and JamieDriver committed Jan 8, 2025
1 parent 18881f1 commit df49173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/input/touchscreen.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <esp_lcd_touch.h>
#include <esp_lcd_touch_ft5x06.h>

#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;

Expand Down

0 comments on commit df49173

Please sign in to comment.