diff --git a/src/main.cpp b/src/main.cpp index b9af2ae..c457f37 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -203,8 +203,8 @@ void ICACHE_FLASH_ATTR getValuesJSON(char* buffer, const size_t buf_len, int for if (sd.rssi != 0) { root["rssi"] = sd.rssi; } - root["millis"] = millis(); - root["heap"] = ESP.getFreeHeap(); +// root["millis"] = millis(); +// root["heap"] = ESP.getFreeHeap(); root.printTo(buffer, sizeof(buffer)); }