Merge pull request #717 from oltaco/promicro-hibernate

fix: promicro: add powerOff
Este cometimento está contido em:
ripplebiz
2025-09-02 21:38:37 +10:00
cometido por GitHub
ascendente 90cb1e73f9 03358b33c2
cometimento a93a0fecba
+4
Ver ficheiro
@@ -60,6 +60,10 @@ public:
void reboot() override {
NVIC_SystemReset();
}
void powerOff() override {
sd_power_system_off();
}
bool startOTAUpdate(const char* id, char reply[]) override;
};