diff --git a/tasmota/tasmota_support/support_command.ino b/tasmota/tasmota_support/support_command.ino index 352b13c15..dbd75a8fd 100644 --- a/tasmota/tasmota_support/support_command.ino +++ b/tasmota/tasmota_support/support_command.ino @@ -54,11 +54,11 @@ const char kTasmotaCommands[] PROGMEM = "|" // No prefix #endif // USE_UFILESYS #ifdef ESP32 - "|Info|" + "Info|" #if defined(SOC_TOUCH_VERSION_1) || defined(SOC_TOUCH_VERSION_2) D_CMND_TOUCH_CAL "|" D_CMND_TOUCH_THRES "|" #endif // ESP32 SOC_TOUCH_VERSION_1 or SOC_TOUCH_VERSION_2 - D_CMND_CPU_FREQUENCY + D_CMND_CPU_FREQUENCY "|" #endif // ESP32 D_CMND_SETSENSOR "|" D_CMND_SENSOR "|" D_CMND_DRIVER "|" D_CMND_JSON "|" D_CMND_JSON_PP