mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
comment
This commit is contained in:
@@ -195,8 +195,7 @@ void WebAPIService::parse(AsyncWebServerRequest * request, std::string & device_
|
|||||||
response->setLength();
|
response->setLength();
|
||||||
request->send(response); // send json response
|
request->send(response); // send json response
|
||||||
|
|
||||||
// TODO debug
|
#if defined(EMSESP_STANDALONE)
|
||||||
#if defined EMSESP_STANDALONE
|
|
||||||
Serial.print(COLOR_YELLOW);
|
Serial.print(COLOR_YELLOW);
|
||||||
if (json.size() != 0) {
|
if (json.size() != 0) {
|
||||||
serializeJsonPretty(json, Serial);
|
serializeJsonPretty(json, Serial);
|
||||||
|
|||||||
Reference in New Issue
Block a user