Merge pull request #338 from iranl/arduinojson-7

Update to ArduinoJson 7.0.4
This commit is contained in:
Jan-Ole Schümann
2024-04-20 12:08:41 +07:00
committed by GitHub
444 changed files with 10842 additions and 9422 deletions

View File

@@ -788,7 +788,7 @@ void NukiWrapper::onKeypadJsonCommandReceived(const char *value)
return;
}
DynamicJsonDocument json(2048);
JsonDocument json;
DeserializationError jsonError = deserializeJson(json, value);
if(jsonError)