This commit is contained in:
Xuan Son Nguyen
2026-02-12 11:37:12 +01:00
parent b72283d304
commit 228a1cb511

View File

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