Workaround compilation regression

Workaround compilation regression (#9223)
This commit is contained in:
Theo Arends 2020-09-03 20:31:31 +02:00
parent e88e10fd0c
commit 423b4c0712

View File

@ -60,9 +60,9 @@
#ifdef USE_DISCOVERY
#include <ESP8266mDNS.h> // MQTT, Webserver, Arduino OTA
#endif // USE_DISCOVERY
#ifdef USE_I2C
//#ifdef USE_I2C
#include <Wire.h> // I2C support library
#endif // USE_I2C
//#endif // USE_I2C
#ifdef USE_SPI
#include <SPI.h> // SPI support, TFT
#endif // USE_SPI