WioTrackerL1: add poweroff support

This commit is contained in:
taco
2025-08-17 18:10:58 +10:00
parent e6152f9d6c
commit 8f1ccb65ae

View File

@@ -38,5 +38,9 @@ public:
NVIC_SystemReset();
}
void powerOff() override {
sd_power_system_off();
}
bool startOTAUpdate(const char* id, char reply[]) override;
};