mirror of
https://github.com/SlimeVR/SlimeVR-Tracker-ESP.git
synced 2026-04-06 02:01:57 +02:00
Merge pull request #125 from TheButlah/patch-1
Fix sporadic data pauses from POWER_SAVING_MINIMUM
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
#define samplingRateInMillis 10
|
||||
|
||||
// Sleeping options
|
||||
#define POWERSAVING_MODE POWER_SAVING_MINIMUM
|
||||
#define POWERSAVING_MODE POWER_SAVING_LEGACY // Minimum causes sporadic data pauses
|
||||
#if POWERSAVING_MODE >= POWER_SAVING_MINIMUM
|
||||
#define TARGET_LOOPTIME_MICROS (samplingRateInMillis * 1000)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user