nrf52: make companion sleep when idle

This commit is contained in:
taco 2026-02-13 13:34:36 +11:00
parent bbc5f0c11a
commit 5a64fd3a77

View file

@ -225,4 +225,9 @@ void loop() {
ui_task.loop();
#endif
rtc_clock.tick();
#if defined(NRF52_PLATFORM)
board.sleep(1800);
#endif
}