DoogeJ / esp8266-bitcoin-ssid-ticker

A Bitcoin SSID ticker for ESP8266's written in Arduino C/C++
Creative Commons Attribution 4.0 International
35 stars 4 forks source link

ArduinoJson version 6 issue #1

Closed e-m-m-a closed 5 years ago

e-m-m-a commented 5 years ago

Arduino: 1.8.9 (Linux), Board: "LOLIN(WEMOS) D1 R2 & mini, 80 MHz, Flash, Disabled, 4M (no SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 921600"

test:39:11: error: DynamicJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6 DynamicJsonBuffer jsonBuffer(1100); ^ exit status 1 DynamicJsonBuffer 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.

DoogeJ commented 5 years ago

Fixed in commit 4c9d432, thanks!