Skip to content

Commit

Permalink
update to v7 ArduinoJson
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis committed Feb 17, 2025
1 parent ee3c991 commit cce23e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bool Config::getConfig() {
emm_log_e("Error opening config.json");
return false;
}
StaticJsonDocument<256> doc;
JsonDocument doc;
DeserializationError error = deserializeJson(doc, file);
if (error) {
emm_log_e("JSON deserialization error: %s", error.c_str());
Expand Down

0 comments on commit cce23e9

Please sign in to comment.