-
Notifications
You must be signed in to change notification settings - Fork 6
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
Compile errors after Arduino IDE and libraries update #27
Comments
Odd. Did it compile with 2.3.2? Do you have vs code with platformio extension installed? Can you try building using that if so? |
I'm using the Arduino IDE and don't have any VScode based IDE installed. I tried another compile on my MacOS device with Arduino 2.3.2 where I didn't do any updates since I was building the zaplamp (back in May this year) and there everything works as expected. These are the current packages / libraries which could be updated:
|
The issue is related to the esp32 package provided by Espressif Systems. |
hey, i fixed it here: #28 |
I've updated Arduino IDE from
2.3.2
to2.3.3
and the installed libraries:Now when I try to verify/compile the .ino file:
I guess a library is causing this, but I don't know why. Can I set the version of a specific library back so I can try to get things back to work on specific versions?
The text was updated successfully, but these errors were encountered: