Reorganize spi definitions for use with sd cards ESP32/NRF52 (#6080)

Changed variant files of hardware that uses HAS_SDCARD.
Reorganised SPIClass definitions in FSCommon
This commit is contained in:
Woutvstk
2025-02-18 09:08:03 +01:00
committed by GitHub
parent 35fc93752e
commit 443922b947
13 changed files with 23 additions and 37 deletions

View File

@@ -25,6 +25,7 @@
#define GPS_TX_PIN 17
// #define HAS_SDCARD 1
// #define SDCARD_USE_HSPI
#define SPI_MOSI 13
#define SPI_SCK 12
#define SPI_MISO 11