mirror of
https://github.com/SlimeVR/SlimeVR-Tracker-ESP.git
synced 2026-04-06 02:01:57 +02:00
Remove 100ms blocking blink (#500)
I don't see a need for it during runtime calibration.
This commit is contained in:
@@ -316,8 +316,6 @@ private:
|
||||
calibration.data.runtimeCalibration = this->calibration;
|
||||
configuration.setSensor(sensorId, calibration);
|
||||
configuration.save();
|
||||
|
||||
ledManager.blink(100);
|
||||
}
|
||||
|
||||
enum class CalibrationPrintFlags {
|
||||
|
||||
Reference in New Issue
Block a user