ESP_OTA_GitHub icon indicating copy to clipboard operation
ESP_OTA_GitHub copied to clipboard

DynamicJsonDocument NoMemory

Open ctbenergy opened this issue 2 years ago • 1 comments

You can pass the client object directly to the deserializeJson function.

uncomment

//String response = client.readStringUntil('\n');

and change deserializeJson function to

DeserializationError error = deserializeJson(doc, client);

ctbenergy avatar Nov 13 '21 21:11 ctbenergy

Fixed with #8

enwi avatar Jul 17 '22 19:07 enwi