Open
Description
The sensor class should tell if the config has been changed.
It would avoid the need for check
&& sensor->getSensorType() != SensorTypeID::Unknown
&& sensor->getSensorType() != SensorTypeID::Empty;
The challenge is probably to get the acknowledged back to the sensor.
SlimeVR-Tracker-ESP/src/network/connection.cpp
Lines 516 to 522 in ee48341