You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sieht so aus als wär der Code für ArduinoJson5. Aktuell ist ArduinoJson6. Bei Gelegenheit upgraden.
Arduino: 1.8.2 (Linux), TD: 1.41, Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 921600, 4M (3M SPIFFS)"
DHT_Sensor:131: error: StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6
StaticJsonBuffer<200> jsonBuffer;
^
exit status 1
StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered:
Sieht so aus als wär der Code für ArduinoJson5. Aktuell ist ArduinoJson6. Bei Gelegenheit upgraden.
The text was updated successfully, but these errors were encountered: