remove emsesp namespace

This commit is contained in:
proddy
2025-11-22 22:34:14 +01:00
parent df9a10cb53
commit 132d1292ce
5 changed files with 19 additions and 19 deletions

View File

@@ -105,7 +105,7 @@ void WebAPIService::parse(AsyncWebServerRequest * request, JsonObject input) {
}
// capture current heap memory before allocating the large return buffer
emsesp::EMSESP::system_.refreshHeapMem();
EMSESP::system_.refreshHeapMem();
// output json buffer
auto response = new AsyncJsonResponse();