Ignore rest calibration ack if packet is too short #135

Closed
opened 2026-04-05 17:51:55 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ButterscotchV on 2/15/2025

Sensor rest calibration ack needs to support old server versions, this PR checks the packet length first, acks by default if not returned, and fixes the packet ack byte index. Also C++ does not initialize the boolean to false, so this sets it to false by default.

Fixes #388.

*Originally created by @ButterscotchV on 2/15/2025* Sensor rest calibration ack needs to support old server versions, this PR checks the packet length first, acks by default if not returned, and fixes the packet ack byte index. Also C++ does not initialize the boolean to false, so this sets it to false by default. Fixes #388.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#135