fix standalone build

This commit is contained in:
proddy
2020-11-30 09:07:37 +01:00
parent 5893739e73
commit 33625d12e2
2 changed files with 2 additions and 2 deletions

View File

@@ -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