1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 13:56:24 +00:00

📌 TH3D EZBoard SD_DETECT_PIN 27

This commit is contained in:
Scott Lahteine 2023-05-14 18:08:33 -05:00
parent 876f996691
commit a0fd588797
2 changed files with 2 additions and 2 deletions

View File

@ -511,7 +511,7 @@
*/
#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.
// When sharing the SD card with a PC we want the menu options to

View File

@ -138,7 +138,7 @@
#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_MISO_PIN P0_08
#define SD_MOSI_PIN P0_09