mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
fix standalone build
This commit is contained in:
@@ -103,7 +103,7 @@ void WebAPIService::webAPIService(AsyncWebServerRequest * request) {
|
||||
if (json.size()) {
|
||||
std::string buffer2;
|
||||
serializeJson(doc, buffer2);
|
||||
EMSESP::logger().debug("json (max 255 chars): %s", buffer2);
|
||||
EMSESP::logger().debug("json (max 255 chars): %s", buffer2.c_str());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user