Skip to content

Commit

Permalink
evse.cpp: increase json object size so all data can be included
Browse files Browse the repository at this point in the history
dingo35 committed Feb 13, 2023
1 parent edf3d1c commit 8f1e650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartEVSE-3/src/evse.cpp
Original file line number Diff line number Diff line change
@@ -2995,7 +2995,7 @@ void StartwebServer(void) {

boolean evConnected = pilot != PILOT_12V; //when access bit = 1, p.ex. in OFF mode, the STATEs are no longer updated

DynamicJsonDocument doc(1024); // https://arduinojson.org/v6/assistant/
DynamicJsonDocument doc(1152); // https://arduinojson.org/v6/assistant/
doc["version"] = String(VERSION);
doc["mode"] = mode;
doc["mode_id"] = modeId;

0 comments on commit 8f1e650

Please sign in to comment.