Skip to content

Commit cce23e9

Browse files
committed
update to v7 ArduinoJson
1 parent ee3c991 commit cce23e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/Config.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bool Config::getConfig() {
2626
emm_log_e("Error opening config.json");
2727
return false;
2828
}
29-
StaticJsonDocument<256> doc;
29+
JsonDocument doc;
3030
DeserializationError error = deserializeJson(doc, file);
3131
if (error) {
3232
emm_log_e("JSON deserialization error: %s", error.c_str());

0 commit comments

Comments
 (0)