mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Only define TOUCH_CS when not using TFT_eSPI
This commit is contained in:
parent
9409987c01
commit
27207d337a
@ -6,7 +6,7 @@
|
||||
|
||||
#if defined(ARDUINO)
|
||||
|
||||
#ifndef TOUCH_CS
|
||||
#if !defined(TOUCH_CS) && !defined(USER_SETUP_LOADED)
|
||||
#define TOUCH_CS -1
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user