-
Notifications
You must be signed in to change notification settings - Fork 100
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
Compilation errors with arduino_esp32 version 3.0.0 #156
Comments
seems a |
mazgch
added a commit
to mazgch/hpg
that referenced
this issue
May 29, 2024
- BOOT pin pull up must be set - Ringbuffer can't be size 0 - you may need to patch ArduinoWebsockets gilmaimon/ArduinoWebsockets#156 - avoid some -wFormat= warnings (better disable completely as wifimanager, SARA-R5 and other libs are affected)
I am getting the same issue. (switched to 2.0.17 and not getting this issue anymore) |
This works for me. |
See #158 |
Thanks @mazgch and everyone - I've released 0.5.4 Can you confirm it solves your issue? |
Solved by release 0.5.4, can be further improved by #160 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
To Reproduce
Install latest arduino_esp32 version 3.0.0 https://github.com/espressif/arduino-esp32/releases/tag/3.0.0
Compile an ArduinoWebSocket example, e.g Esp32-Server.ion
Expected behavior
Compiles well
Code
no changes
Additional context
Install latest arduino_esp32 version 3.0.0
The text was updated successfully, but these errors were encountered: