Fixed warnings about redefinitions
This commit is contained in:
parent
6bb2532038
commit
a590dfccc8
@ -1,3 +1,24 @@
|
|||||||
|
// Added by acidvegas to hide warnings during build
|
||||||
|
#ifdef TFT_MISO
|
||||||
|
#undef TFT_MISO
|
||||||
|
#endif
|
||||||
|
#ifdef TFT_MOSI
|
||||||
|
#undef TFT_MOSI
|
||||||
|
#endif
|
||||||
|
#ifdef TFT_CS
|
||||||
|
#undef TFT_CS
|
||||||
|
#endif
|
||||||
|
#ifdef TFT_DC
|
||||||
|
#undef TFT_DC
|
||||||
|
#endif
|
||||||
|
#ifdef TFT_RST
|
||||||
|
#undef TFT_RST
|
||||||
|
#endif
|
||||||
|
#ifdef TFT_BL
|
||||||
|
#undef TFT_BL
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// ST7789 240 x 280 display with no chip select line
|
// ST7789 240 x 280 display with no chip select line
|
||||||
#define USER_SETUP_ID 210
|
#define USER_SETUP_ID 210
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ TFT_eSPI tft = TFT_eSPI();
|
|||||||
WiFiClientSecure client;
|
WiFiClientSecure client;
|
||||||
|
|
||||||
// Initialize variables
|
// Initialize variables
|
||||||
String inputBuffer = "";
|
String inputBuffer = "";
|
||||||
String ssid = "";
|
String ssid = "";
|
||||||
String password = "";
|
String password = "";
|
||||||
String nick = "";
|
String nick = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user