mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +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)
|
#if defined(ARDUINO)
|
||||||
|
|
||||||
#ifndef TOUCH_CS
|
#if !defined(TOUCH_CS) && !defined(USER_SETUP_LOADED)
|
||||||
#define TOUCH_CS -1
|
#define TOUCH_CS -1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user