This commit is contained in:
proddy
2021-06-12 12:41:12 +02:00
parent 9738c0848d
commit fffed3b411

View File

@@ -195,8 +195,7 @@ void WebAPIService::parse(AsyncWebServerRequest * request, std::string & device_
response->setLength();
request->send(response); // send json response
// TODO debug
#if defined EMSESP_STANDALONE
#if defined(EMSESP_STANDALONE)
Serial.print(COLOR_YELLOW);
if (json.size() != 0) {
serializeJsonPretty(json, Serial);