You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See PlatformIO issue 1225 to learn what's going on between PlatformIO and Espressif.
You might need to uninstall PlatformIO first. E.g: rm -rf ~/.platformio
Fixed
Switch driver:
Increased timeout
Fixed pro joystick calibration
Make sure the right joycon calibration is mapped to the right location
Implemented a user calibration check and updated stick cal if true
Examples: Cleanup CMakeLists.txt
Allow multiple "safe" commands per loop.
This was a nasty bug that was mostly manifested in Arduino users, when multiple commands like BP32.forget...(), BP32.enableService...(), only the latest one was executed.