@ -697,8 +697,7 @@ void UITask::shutdown(bool restart){
if (restart) {
_board->reboot();
} else {
_display->turnOff();
// Power off board including radio, display, GPS and components
radio_driver.powerOff();
_board->powerOff();
}
@ -307,7 +307,7 @@ void UITask::shutdown(bool restart){
@ -566,8 +566,7 @@ void UITask::shutdown(bool restart){