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
This project was EXACTLY what I was looking for, but of course it doesn't work :(
Arduino IDE complains that JSON 5 calls need to be upgraded to JSON 6. Unfortunately I'm not sufficiently skilled to make the necessary modifications to get it to work (not for lack of trying).
Will no longer compile:
btc-ticker-esp8266:240:11: 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<768> 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
E:\Apps\Arduino Stuff\Arduino BitCoin 7 Segment Ticker\btc-ticker-esp8266-master\btc-ticker-esp8266-master\btc-ticker-esp8266\btc-ticker-esp8266.ino: In function 'void loop()':
btc-ticker-esp8266:242:39: error: 'class ArduinoJson6152_0000010::StaticJsonDocument<768u>' has no member named 'parseObject'
Glad you like the project!
As for a quick workaround, you can go to the "Library Manager" inside the Arduino IDE (Ctrl+Shift+I) to select and install a ArduinoJSON version 5 release (e.g. 5.13.3 was the one I used last)
This project was EXACTLY what I was looking for, but of course it doesn't work :(
Arduino IDE complains that JSON 5 calls need to be upgraded to JSON 6. Unfortunately I'm not sufficiently skilled to make the necessary modifications to get it to work (not for lack of trying).
Will no longer compile:
btc-ticker-esp8266:240:11: error: StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6
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
E:\Apps\Arduino Stuff\Arduino BitCoin 7 Segment Ticker\btc-ticker-esp8266-master\btc-ticker-esp8266-master\btc-ticker-esp8266\btc-ticker-esp8266.ino: In function 'void loop()':
btc-ticker-esp8266:242:39: error: 'class ArduinoJson6152_0000010::StaticJsonDocument<768u>' has no member named 'parseObject'
btc-ticker-esp8266:243:43: error: 'class ArduinoJson6152_0000010::StaticJsonDocument<768u>' has no member named 'parseArray'
btc-ticker-esp8266:253:42: error: 'class ArduinoJson6152_0000010::StaticJsonDocument<768u>' has no member named 'parseObject'
btc-ticker-esp8266:256:22: error: 'ArduinoJson::JsonObject' has no member named 'success'
btc-ticker-esp8266:284:16: error: 'ArduinoJson::JsonObject' has no member named 'printTo'
btc-ticker-esp8266:285:21: error: 'ArduinoJson::JsonArray' has no member named 'printTo'
exit status 1
'class ArduinoJson6152_0000010::StaticJsonDocument<768u>' has no member named 'parseObject'
The text was updated successfully, but these errors were encountered: