Skip to content

Commit fc55212

Browse files
Fix SD support for v7
1 parent 9148a52 commit fc55212

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

esp32_marauder/configs.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
#define HAS_GPS
164164
#define HAS_NIMBLE_2
165165
#define HAS_IDF_3
166+
#define HAS_C5_SD
166167
#endif
167168

168169
#ifdef MARAUDER_V7_1
@@ -2599,6 +2600,12 @@
25992600
#define SD_MOSI TFT_MOSI
26002601
#define SD_SCK TFT_SCLK
26012602
#endif
2603+
2604+
#ifdef MARAUDER_V7
2605+
#define SD_MISO TFT_MISO
2606+
#define SD_MOSI TFT_MOSI
2607+
#define SD_SCK TFT_SCLK
2608+
#endif
26022609
#endif
26032610
//// END STUPID CYD STUFF
26042611

0 commit comments

Comments
 (0)