R1 Neo: Turn off debugging, rtc cleanup

This commit is contained in:
kelsey hudson
2026-03-11 18:24:01 -07:00
parent 5d1f5139ae
commit a56419dc21
4 changed files with 6 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ const PowerMgtConfig power_config = {
void R1NeoBoard::initiateShutdown(uint8_t reason) {
// Disable LoRa module power before shutdown
MESH_DEBUG_PRINTLN("R1Neo: shutting down");
digitalWrite(SX126X_POWER_EN, LOW);
if (reason == SHUTDOWN_REASON_LOW_VOLTAGE ||