We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting this error when ever i am trying to upload the code to the board
ESP8266_Code:24:10: fatal error: ArduinoJson.h: No such file or directory
24 | #include <ArduinoJson.h> // https://github.com/bblanchon/ArduinoJson
| ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
ArduinoJson.h: No such file or directory
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:
Hello, on the latest version you need the ArduinoJson Library, for download it you can folly the steps of this issue/tutotial
Sorry, something went wrong.
Hello @dyuin6 your issue was resolved? If yes can you please close this issue
Closing due to inactivity/solved in the latest versions
No branches or pull requests
I am getting this error when ever i am trying to upload the code to the board
ESP8266_Code:24:10: fatal error: ArduinoJson.h: No such file or directory
24 | #include <ArduinoJson.h> // https://github.com/bblanchon/ArduinoJson
compilation terminated.
exit status 1
ArduinoJson.h: No such file or directory
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: