mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-05-25 14:14:12 +00:00
turn off 3.3v rail when powering off
This commit is contained in:
@@ -48,6 +48,12 @@ public:
|
||||
}
|
||||
|
||||
void powerOff() override {
|
||||
|
||||
// turn off 3.3v
|
||||
digitalWrite(RT9080_EN, LOW);
|
||||
|
||||
// power off system
|
||||
sd_power_system_off();
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user