hrules6872 / DIY-Bitcoin-Ticker

Internet of Things  -  from zero to DIY Bitcoin Ticker
https://medium.com/@hector6872/internet-of-things-from-zero-to-diy-bitcoin-ticker-7ae22f5dd269
4 stars 1 forks source link

No longer compiles but would like to use it #1

Open e-m-m-a opened 5 years ago

e-m-m-a commented 5 years ago

no matching function for call to 'ArduinoJson6100_000::BasicJsonDocument::BasicJsonDocument()'

hrules6872 commented 5 years ago

The script uses a pre-release version of the lib so maybe they just dropped that function on the latest 6.10 🤷‍♂️

chuddyni commented 3 years ago

Change DynamicJsonDocument jsonDocument; to DynamicJsonDocument jsonDocument(1536);