Releases: ricardoquesada/esp32-arduino-lib-builder
Releases · ricardoquesada/esp32-arduino-lib-builder
Bluepad32 v4.1.0
- Bluepad32 4.1.0
- BTstack 1.6.1
- Esp32 Arduino Core 2.0.17
Bluepad32 v4.0.4
[4.0.4] - 2024-04-20
- Bluepad32 v4.0.4
- Arduino 2.0.15
- BTstack cb92fd343998b0ca7a4cb5700654429febb21b44
- Arduino API:
Controller.isAnyKeyPressed()
added
Bluepad32 v4.0.2
[4.0.2] - 2024-04-03
Fixed
- Unijoysticle: Fix how to swap ports from gamepad
- Device: correctly identify mouse/keyboards
- DualSense: dump info tabbed.
Bluepad32 v4.0.1
[4.0.1] - 2024-04-02
New
- Bluepad32 logo: Official logo for Bluepad32
Changed
uni_property_dump_all()
deprecatesuni_property_list_all()
Fixed
- Xbox/Stadia: Improvements in rumble. A re-fix of Github Issue #85
- Console:
getprop <property_name>
works as expected - Property: Correctly dump string properties in ESP32
Bluepad32 v4.0
[4.0] - 2024-03-24
Changed
- Example: Move DualSense trigger adaptive effect from Pico to Posix example.
- Example: Add Xbox Trigger rumble in Posix example.
Fixed
- Xbox: 8BitDo controllers don't rumble forever. Fixes Github Issue #85
- Xbox: Using internal timer for delayed start, making it easier to cancel previous rumble command.
- Switch: IMU and Stick calibration work as expected.
- Switch: Fix crash while parsing IMU calibration data on RP2040. Fixes Github Issue #86
Bluepad32 v4.0-rc0
Upstream from Bluepad32
Bluepad32 for Arduino IDE v4.0-beta.2
- Bluepad32 v4.0-beta.2
- Latest BTstack from develop branch
- Improved logs for Arduino
Bluepad32 v4.0-beta.1
[4.0-beta1] - 2024-02-11
- Bluepad32 v4.0-beta1 upstream
- Arduino API:
- BP32.update() returns true if data was received.
- Controller.hasData() return true if data was received since BP32.update() was called.
- Arduino Sketch: updated to use new API
Bluepad32 v4.0-beta.0
Bluepad32 v4.0-beta.0
Bluepad32 v3.10.2
[3.10.2] - 2023-11-13
Changed
- BTstack: Upgraded to latest develop branch as of 2023-11-13
Fixed
- Xbox: Axis works Ok (fixed in latest BTstack)