device-ui: exFat support (#6279)

This commit is contained in:
Manuel
2025-03-10 22:42:29 +01:00
committed by GitHub
parent 78b4eff568
commit 7c3eddebc2
5 changed files with 4 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
#define GPS_TX_PIN 43
// Have SPI interface SD card slot
#define HAS_SDCARD 1
// #define HAS_SDCARD // --> needs to be in platform.ini for device-ui
#define SPI_MOSI (41)
#define SPI_SCK (40)
#define SPI_MISO (38)