matthias-bs / ESP32-e-Paper-Weather-Display

An ESP32 / ePaper Display for OpenWeather Report/Forecast and Local/Remote Sensor Data
Other
5 stars 1 forks source link

Improve robustness of JSON parsing #6

Closed matthias-bs closed 5 hours ago

matthias-bs commented 8 months ago

Currently, a non-existing key would lead to an exception

See https://arduinojson.org/v6/api/jsonobject/containskey/ for proper error handling.