Testing #46, problem is not present on T-BEAM 0.7
This commit is contained in:
parent
99de694f96
commit
b4768250c3
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue