mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
Workaround compilation regression
Workaround compilation regression (#9223)
This commit is contained in:
parent
e88e10fd0c
commit
423b4c0712
@ -60,9 +60,9 @@
|
|||||||
#ifdef USE_DISCOVERY
|
#ifdef USE_DISCOVERY
|
||||||
#include <ESP8266mDNS.h> // MQTT, Webserver, Arduino OTA
|
#include <ESP8266mDNS.h> // MQTT, Webserver, Arduino OTA
|
||||||
#endif // USE_DISCOVERY
|
#endif // USE_DISCOVERY
|
||||||
#ifdef USE_I2C
|
//#ifdef USE_I2C
|
||||||
#include <Wire.h> // I2C support library
|
#include <Wire.h> // I2C support library
|
||||||
#endif // USE_I2C
|
//#endif // USE_I2C
|
||||||
#ifdef USE_SPI
|
#ifdef USE_SPI
|
||||||
#include <SPI.h> // SPI support, TFT
|
#include <SPI.h> // SPI support, TFT
|
||||||
#endif // USE_SPI
|
#endif // USE_SPI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user