uitask: screen and radio poweroff moved to board

This commit is contained in:
Florent
2026-07-17 08:29:31 -04:00
parent 8f5a393404
commit c644720ea7
4 changed files with 0 additions and 9 deletions
@@ -566,8 +566,6 @@ void UITask::shutdown(bool restart){
if (restart) {
_board->reboot();
} else {
_display->turnOff();
radio_driver.powerOff();
// Power off board including radio, display, GPS and components
_board->powerOff();
}