diff --git a/tasmota/support_command.ino b/tasmota/support_command.ino index 23ce1f22e..2ba09629e 100644 --- a/tasmota/support_command.ino +++ b/tasmota/support_command.ino @@ -45,7 +45,7 @@ void (* const TasmotaCommand[])(void) PROGMEM = { #ifdef USE_I2C &CmndI2cScan, CmndI2cDriver, #endif - &CmndSensor, &CmndDriver }; + &CmndSensor, &CmndDriver}; const char kWifiConfig[] PROGMEM = D_WCFG_0_RESTART "||" D_WCFG_2_WIFIMANAGER "||" D_WCFG_4_RETRY "|" D_WCFG_5_WAIT "|" D_WCFG_6_SERIAL "|" D_WCFG_7_WIFIMANAGER_RESET_ONLY;