Skip to content

Releases: afpineda/OpenSourceSimWheelESP32

Launch control

21 Jan 09:11
Compare
Choose a tag to compare
  • "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

18 Jan 16:21
Compare
Choose a tag to compare
  • 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

14 Jan 12:46
Compare
Choose a tag to compare
  • Support for 16 and 32-channel analog multiplexers has been fixed by adding two new API calls:
    inputs::addAnalogMultiplexer16() and inputs::addAnalogMultiplexer32().
  • Documentation updates.

Full Changelog: 6.8.2...6.9.0

Previous fix in 6.8.1 was incomplete

12 Jan 09:43
Compare
Choose a tag to compare

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)

12 Jan 08:10
Compare
Choose a tag to compare
  • 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

10 Jan 14:59
Compare
Choose a tag to compare
  • 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

03 Jan 22:09
Compare
Choose a tag to compare

Minor bug fixes for "pure" ESP32 boards.

Increased data rate in BLE

23 Dec 09:54
Compare
Choose a tag to compare

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

20 Dec 10:27
Compare
Choose a tag to compare
  • 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

19 Dec 19:53
Compare
Choose a tag to compare
  • 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