Releases: afpineda/OpenSourceSimWheelESP32
Releases · afpineda/OpenSourceSimWheelESP32
Launch control
- "Launch control" is available as a new working mode for the clutch paddles.
- All relevant unit and integration tests have been updated.
- The new feature has been synchronously updated in the companion app and SimHub plugin.
- A new document explains the working modes of the clutch paddles.
- Minor bug fixes.
- Minor documentation updates.
Full Changelog: 6.9.1...6.10.0
Up to date with external dependencies
- Code updated to work with the latest external dependencies:
- NimBLE-Arduino version 2.2.0
- Arduino-ESP3 version 3.1.1
- Documentation updates and errata fixes.
Full Changelog: 6.9.0...6.9.1
Support for 16 and 32-channel analog multiplexers
- Support for 16 and 32-channel analog multiplexers has been fixed by adding two new API calls:
inputs::addAnalogMultiplexer16()
andinputs::addAnalogMultiplexer32()
. - Documentation updates.
Full Changelog: 6.8.2...6.9.0
Previous fix in 6.8.1 was incomplete
6.8.2
- Previous fix in 6.8.1 was incomplete.
This patch should put an end to that issue.
Full Changelog: 6.8.1...6.8.2
Fix Windows notifications not being sent on reconnection (NimBLE)
- Fix Windows notifications not being sent on reconnection in the NimBLE-Arduino stack.
The workaround is taken from the ESP32-BLE-Gamepad project.
Full Changelog: 6.8.0...6.8.1
Abort on attempts to use reserved GPIO pins
- The
inputs
namespace API will abort and display an error message
if the custom firmware attempts to use a reserved GPIO pin (flash, psram, etc).
This will be very helpful when troubleshooting boot problems. - Documentation updates.
Full Changelog: 6.7.1...6.8.0
Minor bug fixes
Minor bug fixes for "pure" ESP32 boards.
Increased data rate in BLE
Changes:
- Data rate increased to 2Mbps for all BLE implementations (2M PHY).
- The default MTU (in BLE) has been adjusted to match the maximum HID report size.
Full Changelog: 6.6.0...6.7.0
Shutdown display peripherals
- When the system shuts down, all display peripherals are also instructed to shut down.
This was a missing feature. - A new integration test has been added for this scenario.
Full Changelog: 6.5.0...6.6.0
Pixel Control is now compatible with notifications
- Pixel Control is now compatible with notifications (e.g., low battery).
There are predefined notifications, but they are optional.
Custom notifications can also be developed. - Documentation is up to date with this.
A workaround has been documented to make 5V LED strips work
with 3.3V power sources.
Full Changelog: 6.4.2...6.5.0