mirror of
https://github.com/meshtastic/firmware.git
synced 2026-03-26 02:53:33 -04:00
More disables
This commit is contained in:
@@ -135,8 +135,7 @@ int32_t RemoteHardwareModule::runOnce()
|
||||
}
|
||||
} else {
|
||||
// No longer watching anything - stop using CPU
|
||||
enabled = false;
|
||||
return INT32_MAX;
|
||||
return disable();
|
||||
}
|
||||
|
||||
return 200; // Poll our GPIOs every 200ms (FIXME, make adjustable via protobuf arg)
|
||||
|
||||
Reference in New Issue
Block a user