Releases: WolfControl/esp_messaging
Releases · WolfControl/esp_messaging
v2.1.0 - Support Binary Transfer over ESPNow
Full Changelog: v2.0.3...v2.1.0
v2.0.3 - Less Verbose Logging
Increased serial throughput by cutting out unnecessary logging while processing messages in Daemon
Full Changelog: v2.0.2...v2.0.3
v2.0.2 - Non Static TX/RX Declaration
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - Reduced serial daemon buffer size to 128b
Full Changelog: v2.0.0...v2.0.1
v2.0.0 - Binary Messaging Support
First stages of supporting sending binary data over serial. Breaking changes as serial messages are now wrapped in a struct containing a byte for type (JSON or binary) as well as 4 bytes for the payload length.
Full Changelog: v1.1.3...v2.0.0
v1.1.3 - Update Callback Function Signature
Full Changelog: v1.1.2...v1.1.3
v1.1.2 - bump to IDFv5
Full Changelog: v1.1.1...v1.1.2
v1.1.1 - CI/CD Improvements
No changes, Testing CI/CD for firmware rollouts on lib changes
v1.1.0 - Workflow Dispatch
Added Github action to dispatch WolfControl firmware build/release pipeline on library releases