wip
This commit is contained in:
@@ -459,9 +459,9 @@ void Device::setAwake(bool on) {
|
||||
}
|
||||
}
|
||||
|
||||
void Device::resetInteractiveTimeout(int timeout) {
|
||||
void Device::resetInteractiveTimeout(int timeout = -1) {
|
||||
if (timeout == -1) {
|
||||
timeout = 30;
|
||||
timeout = 60;
|
||||
}
|
||||
interactive_timeout = timeout * UI_FREQ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user