mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 18:08:00 +00:00
now that light-sleep kinda works, use deep-sleep far more rarely
This commit is contained in:
@@ -493,7 +493,7 @@ void setup()
|
||||
}
|
||||
|
||||
setBluetoothEnable(false);
|
||||
setCPUFast(true); // FIXME, switch to low speed now
|
||||
setCPUFast(false); // 80MHz is fine for our slow peripherals
|
||||
}
|
||||
|
||||
uint32_t ledBlinker()
|
||||
|
||||
Reference in New Issue
Block a user