This commit is contained in:
Your Name
2024-02-14 06:27:34 -06:00
parent d561d2a1cd
commit 16cba7fca5

View File

@@ -459,7 +459,7 @@ void Device::setAwake(bool on) {
} }
} }
void Device::resetInteractiveTimeout(int timeout = -1) { void Device::resetInteractiveTimeout(int timeout) {
if (timeout == -1) { if (timeout == -1) {
timeout = 60; timeout = 60;
} }