From 423b4c0712fe399cfb305dcc0d702f0967a45df6 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 3 Sep 2020 20:31:31 +0200 Subject: [PATCH] Workaround compilation regression Workaround compilation regression (#9223) --- tasmota/tasmota.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/tasmota.ino b/tasmota/tasmota.ino index d3b3afd32..b8d3293da 100644 --- a/tasmota/tasmota.ino +++ b/tasmota/tasmota.ino @@ -60,9 +60,9 @@ #ifdef USE_DISCOVERY #include // MQTT, Webserver, Arduino OTA #endif // USE_DISCOVERY -#ifdef USE_I2C +//#ifdef USE_I2C #include // I2C support library -#endif // USE_I2C +//#endif // USE_I2C #ifdef USE_SPI #include // SPI support, TFT #endif // USE_SPI