Power down OLED before deep sleep

This commit is contained in:
2026-01-23 17:14:16 +01:00
parent 144cd1b1a9
commit ae6e7b3192
3 changed files with 13 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ static void sender_cycle() {
}
delay(50);
display_power_down();
lora_sleep();
go_to_deep_sleep(SENDER_WAKE_INTERVAL_SEC);
}