-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
build problem #25
Comments
did your set your board in platformio.ini? (
|
yes, I tried to setup "esp01" board.... so I need to wait your change in code in GitHub? |
today, I tried to use arduino IDE v.1.8.9 and build command return this error: Arduino:1.8.9 (Mac OS X), Scheda:"Generic ESP8266 Module, 80 MHz, Flash, Disabled, All SSL ciphers (most compatible), ck, 26 MHz, 40MHz, QIO (fast), 512K (no SPIFFS), 2, nonos-sdk 2.2.1 (legacy), v2 Lower Memory, Disabled, None, Only Sketch, 115200" main:408: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 Questo report potrebbe essere più ricco di informazioni abilitando l'opzione |
Here's the fix: |
Hi,
using suggested Visual studio Code, I obtain this error during build task:
src/main.cpp:1:10: fatal error:
'Arduino.h' file not found
#include <Arduino.h>
I need to download libraries from other repository?
The text was updated successfully, but these errors were encountered: