update compass lib

This commit is contained in:
2023-08-07 13:04:19 +02:00
parent b297a31b6b
commit 3549af2470
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -52,6 +52,6 @@ class CalibrateCompass {
void clearData();
bool dataValid = false;
const uint16_t maxTimeWithoutChange = 5000;
const uint16_t maxTimeWithoutChange = 10000;
uint32_t lastChange = 0;
};