Skip to content

Commit f4e93b4

Browse files
authored
Add support for RAK WISMESH TAP V2 by enabling SDCARD_CS pin during deep sleep (#8429)
1 parent 18c4956 commit f4e93b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sleep.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ void doDeepSleep(uint32_t msecToWake, bool skipPreflight = false, bool skipSaveN
244244
// pinMode(PIN_POWER_EN1, INPUT_PULLDOWN);
245245
#endif
246246

247+
#ifdef RAK_WISMESH_TAP_V2
248+
digitalWrite(SDCARD_CS, LOW);
249+
#endif
250+
247251
#ifdef TRACKER_T1000_E
248252
#ifdef GNSS_AIROHA
249253
digitalWrite(GPS_VRTC_EN, LOW);

0 commit comments

Comments
 (0)