Merge branch 'master' into 2.6

This commit is contained in:
Thomas Göttgens
2025-02-17 15:53:14 +01:00
committed by GitHub
19 changed files with 569 additions and 18 deletions

View File

@@ -249,6 +249,9 @@ void doDeepSleep(uint32_t msecToWake, bool skipPreflight = false, bool skipSaveN
#ifdef PIN_3V3_EN
digitalWrite(PIN_3V3_EN, LOW);
#endif
#ifdef PIN_WD_EN
digitalWrite(PIN_WD_EN, LOW);
#endif
#endif
ledBlink.set(false);
@@ -533,4 +536,4 @@ void enableLoraInterrupt()
}
#endif
}
#endif
#endif