Merge pull request #338 from iranl/arduinojson-7
Update to ArduinoJson 7.0.4
This commit is contained in:
@@ -788,7 +788,7 @@ void NukiWrapper::onKeypadJsonCommandReceived(const char *value)
|
||||
return;
|
||||
}
|
||||
|
||||
DynamicJsonDocument json(2048);
|
||||
JsonDocument json;
|
||||
DeserializationError jsonError = deserializeJson(json, value);
|
||||
|
||||
if(jsonError)
|
||||
|
||||
Reference in New Issue
Block a user