revert test

This commit is contained in:
Xuan Son Nguyen
2026-02-09 19:20:36 +01:00
parent eb79b98f2b
commit 4e7bb8979c

View File

@@ -274,7 +274,6 @@ float CrossPointSettings::getReaderLineCompression() const {
}
unsigned long CrossPointSettings::getSleepTimeoutMs() const {
return 6UL * 60 * 60 * 1000; // TEST
switch (sleepTimeout) {
case SLEEP_1_MIN:
return 1UL * 60 * 1000;