diff --git a/tasmota/support_command.ino b/tasmota/support_command.ino index a54b50e89..abd75960e 100644 --- a/tasmota/support_command.ino +++ b/tasmota/support_command.ino @@ -470,7 +470,7 @@ void CmndStatus(void) if ((0 == payload) || (4 == payload)) { Response_P(PSTR("{\"" D_CMND_STATUS D_STATUS4_MEMORY "\":{\"" D_JSON_PROGRAMSIZE "\":%d,\"" D_JSON_FREEMEMORY "\":%d,\"" D_JSON_HEAPSIZE "\":%d,\"" #ifdef ESP32 - D_JSON_PSRMAXMEMORY "\":%d,\"" D_JSON_PSRFREEMEMORY "\":%d," + D_JSON_PSRMAXMEMORY "\":%d,\"" D_JSON_PSRFREEMEMORY "\":%d,\"" #endif D_JSON_PROGRAMFLASHSIZE "\":%d,\"" D_JSON_FLASHSIZE "\":%d" #ifdef ESP8266 @@ -2016,4 +2016,4 @@ void CmndTouchNum(void) } -#endif //ESP32 \ No newline at end of file +#endif //ESP32