SlimeVR / SlimeVR-Tracker-ESP

SlimeVR tracker firmware for ESP32/ESP8266 and different IMUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible OPTIMIZE_UPDATES regression

0forks opened this issue · comments

#250 has split newData flag into newFusedRotation and newAcceleration, while the OPTIMIZE_UPDATES logic applies only to the rotation part.

Basically the firmware sends acceleration on every tick now. Close this if it's intended behavior.

This is not intended, but i think it used to work like that anyway? Either way, we need to fix it.