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

This reverts commit 443922b947.
This commit is contained in:
Woutvstk
2025-02-23 16:56:22 +01:00
parent e67b84ee06
commit 5aa4946e6f
13 changed files with 38 additions and 24 deletions

View File

@@ -37,7 +37,6 @@
// Have SPI interface SD card slot
#define HAS_SDCARD 1
#define SDCARD_USE_HSPI
#define SPI_MOSI (41)
#define SPI_SCK (40)
#define SPI_MISO (38)