mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
Add support for RAK WISMESH TAP V2 by enabling SDCARD_CS pin during deep sleep (#8429)
This commit is contained in:
@@ -244,6 +244,10 @@ void doDeepSleep(uint32_t msecToWake, bool skipPreflight = false, bool skipSaveN
|
|||||||
// pinMode(PIN_POWER_EN1, INPUT_PULLDOWN);
|
// pinMode(PIN_POWER_EN1, INPUT_PULLDOWN);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef RAK_WISMESH_TAP_V2
|
||||||
|
digitalWrite(SDCARD_CS, LOW);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef TRACKER_T1000_E
|
#ifdef TRACKER_T1000_E
|
||||||
#ifdef GNSS_AIROHA
|
#ifdef GNSS_AIROHA
|
||||||
digitalWrite(GPS_VRTC_EN, LOW);
|
digitalWrite(GPS_VRTC_EN, LOW);
|
||||||
|
|||||||
Reference in New Issue
Block a user