-
Notifications
You must be signed in to change notification settings - Fork 138
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
2023 Updates - broken BluetoothSerial with pio and esp32 #139
Comments
This error is still occurring. The workaround is to remove the two slipbluetooth header and source files from the PIO libdeps directory. I thought it was because I was using an esp8266 with no Bluetooth but it's happening with esp32 as well. I'm using PIO from within vscode on windows. |
Any resolution on this? I only started using the library to find this issue. |
I am getting this error as well ..
Workaround mentioned above works for me too .. |
However, when I run the code It connects to Wifi ok, but in
The error is EDIT: Never mind, that error was from elsewhere, it works perfectly. |
Is this closed because my workaround of deleting the files seems to work or has it been fixed? |
I'm facing the same |
This is indeed still a problem with ESP32, maybe reopen the issue? |
Update: this was already fixed in the repo, but the platformio registry (still) hasn't been updated. If you add Fixed in a94dc84 |
Thanks for the new release. Could it be that there's a dependency missing?
This on macOS with platformio installed from homebrew.
Your previous release (3.5.7) works fine.
The text was updated successfully, but these errors were encountered: