-
Notifications
You must be signed in to change notification settings - Fork 26
ArduinoJson - current version causes issue building #4
Comments
What kind of issues with ArduinoJson ? Did serial monitor output anything indicating at least attempting to connect to WiFi AP ? As for the blank page - do you see a spinner ? |
apparently atom won't let me copy text out of the build window? hmm |
src/Config.cpp:128:11: error: DynamicJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to Ar |
it is full of things like that when using the current version of ArduinoJson |
Hmm, It appears, that ESP Async WebServer library only supports v5 of ArduinoJson. I'll add a library Id to freeze the version for a moment. However I have started working on ArduinoJson upgrade to v6. Compiles fine(except for errors from AsyncWebServer lib) at the moment. |
The ESP Async WebServer library appears to support arduinojson6 now. I just tried downloading your branch and it compiles and runs fine now. I also have this running on the esp32 with a few modifications. |
cannot build with current version of ArduinoJson
uninstalled and installed 5.13.3 which let it build but there are still issues.
it does not find wifi despite wificonfig.h present and goes into AP mode.
once I connect to the AP it just serves blank webpages. nothing out of ordinary in serial monitor.
this is all with a fresh install of atom and platformio and added easyOTA
The text was updated successfully, but these errors were encountered: