Skip to content

Commit ce7976a

Browse files
Removed debug json doc definition
1 parent 6897739 commit ce7976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/WebMgr.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ void c_WebMgr::ProcessHeapRequest (AsyncWebServerRequest* client)
831831
// DEBUG_START;
832832

833833
// WebJsonDoc.clear ();
834-
DynamicJsonDocument WebJsonDoc(1024);
834+
JsonDocument WebJsonDoc;
835835
WebJsonDoc.to<JsonObject>();
836836
JsonObject status = WebJsonDoc[(char*)CN_Heap_colon].to<JsonObject> ();
837837
// DEBUG_V();

0 commit comments

Comments
 (0)