fix possible redefine warning

This commit is contained in:
Jason2866 2025-12-09 11:29:29 +01:00 committed by GitHub
parent f084cbecb0
commit ce67a505ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,9 @@ extern SPIClass *SpiBegin(uint32_t bus);
#endif // _TASMOTA_H_
// Enable universal touch support
#ifndef USE_UNIVERSAL_TOUCH
#define USE_UNIVERSAL_TOUCH
#endif
enum uColorType { uCOLOR_BW, uCOLOR_COLOR };