Testing #46, problem is not present on T-BEAM 0.7

This commit is contained in:
Sottosistema W10 2021-09-16 20:46:41 +02:00
parent 99de694f96
commit b4768250c3
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ void handle_Cfg() {
void handle_ReceivedList() {
PSRAMJsonDocument doc(MAX_RECEIVED_LIST_SIZE * 1000);
//DynamicJsonDocument doc(MAX_RECEIVED_LIST_SIZE * 500);
JsonObject root = doc.to<JsonObject>();
auto received = root.createNestedArray("received");
for (auto element: receivedPackets){