Merge pull request #908 from ViezeVingertjes/feat/meshpocket-poweroff

Add hibernation support for MeshPocket
This commit is contained in:
ripplebiz 2025-10-10 11:38:07 +11:00 committed by GitHub
commit b47ace5d10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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