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