Skip to content

v0.6.0

Choose a tag to compare

@awalol awalol released this 17 May 07:10

Web Config Manager

Now use the web configuration manager to modify the Pico settings. @GooGuJiang
https://ds5.awalol.eu.org/

What's Change

  • fix buffer overread in get_feature_data by @dereckhall in #27
  • Replace runtime CRC32 table setup with a constexpr lookup table for faster output and feature report checksums by @Demogorgon314 in #44
  • fix: integer overflow when inactive_time exceeds 35 by @julen8 in #59
  • Support for Rasberry Pi Pico W by @Summeli in #68
  • fix: extend inactivity detection to all primary inputs by @dereckhall in #85
  • feat: Get Firmware Version and rssi by @awalol in #92
  • Refactor: unified Controller SetStateData by @awalol in #93
  • feat: Pico LED blinks when DualSense battery is low by @TerryFrench in #62

About USB Wake Feature

This feature is experimental. If you need this functionality, please check out the feat/usb-wake branch to compile it, or use the precompiled firmware from GitHub Actions under that branch. The ds5-bridge-wake.uf2 is the firmware with this feature enabled.
It is recommended to read #60 and #61 before using this feature.

Thanks @TerryFrench @kungaa

New Contributors

Full Changelog: v0.5.4...v0.6.0