📌 TH3D EZBoard SD_DETECT_PIN 27
This commit is contained in:
@@ -511,7 +511,7 @@
|
|||||||
*/
|
*/
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
#if HAS_SD_HOST_DRIVE && SD_CONNECTION_IS(ONBOARD)
|
#if HAS_SD_HOST_DRIVE && SD_CONNECTION_IS(ONBOARD) && DISABLED(KEEP_SD_DETECT)
|
||||||
//
|
//
|
||||||
// The external SD card is not used. Hardware SPI is used to access the card.
|
// The external SD card is not used. Hardware SPI is used to access the card.
|
||||||
// When sharing the SD card with a PC we want the menu options to
|
// When sharing the SD card with a PC we want the menu options to
|
||||||
|
@@ -138,7 +138,7 @@
|
|||||||
|
|
||||||
#define SDCARD_CONNECTION ONBOARD
|
#define SDCARD_CONNECTION ONBOARD
|
||||||
|
|
||||||
//#define SD_DETECT_PIN P0_25 // SD_CD
|
#define SD_DETECT_PIN P0_27 // SD_CD
|
||||||
#define SD_SCK_PIN P0_07
|
#define SD_SCK_PIN P0_07
|
||||||
#define SD_MISO_PIN P0_08
|
#define SD_MISO_PIN P0_08
|
||||||
#define SD_MOSI_PIN P0_09
|
#define SD_MOSI_PIN P0_09
|
||||||
|
Reference in New Issue
Block a user