mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
📌 TH3D EZBoard SD_DETECT_PIN 27
This commit is contained in:
parent
1c5426d4af
commit
b364e44716
2 changed files with 2 additions and 2 deletions
|
@ -526,7 +526,7 @@
|
||||||
*/
|
*/
|
||||||
#if HAS_MEDIA
|
#if HAS_MEDIA
|
||||||
|
|
||||||
#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
|
||||||
|
|
|
@ -141,7 +141,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
|
||||||
|
|
Loading…
Reference in a new issue