Cleanup Poweroff for NRF52 boards

This commit is contained in:
Kevin Le
2026-07-05 22:10:47 +07:00
parent 7d7de88707
commit eec75eab31
25 changed files with 27 additions and 76 deletions
@@ -48,12 +48,10 @@ public:
}
void powerOff() override {
// power off system
NRF52Board::powerOff();
// turn off 3.3v
digitalWrite(RT9080_EN, LOW);
// power off system
sd_power_system_off();
}
};