Releases: virtuallyaverage/VRC-Haptics-Firmware
Releases · virtuallyaverage/VRC-Haptics-Firmware
V1.1: Communication and Native IO
Much has changed with this release, it now uses MDNS discovery and hexadecimal data-transfer for 350hz capability on the lowest-end esp8266. This firmware version breaks compatibility with older Host versions and requires V1.0 of the Host software.
What's Changed
- Support MDNS server by @virtuallyaverage in #1
- Add support for using native board IO pins by @virtuallyaverage in #2
- Clean up, and pass mac address when responding to ping by @virtuallyaverage in #3
- Remove Bootloader Example by @virtuallyaverage in #4
Full Changelog: V1.0.0...V1.1.0
V1.0: Baby Steps
Basic functions. Supports up to 200hz server communication rate on an esp8266 (Wemos Mini D1 V4.0).
Full Changelog: https://github.com/virtuallyaverage/VRC-Haptics-Firmware/commits/V1.0.0