🐛 Fix SKR E3-DIP V1.x SD card detect (#842)

This commit is contained in:
Miroslav Šustek 2022-11-26 04:19:54 +01:00 committed by GitHub
parent 1328cb2cb3
commit 725a69249f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1521,7 +1521,7 @@
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty. // The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
// Enable this option and set to HIGH if your SD cards are incorrectly detected. // Enable this option and set to HIGH if your SD cards are incorrectly detected.
#define SD_DETECT_STATE HIGH //#define SD_DETECT_STATE HIGH
//#define SD_IGNORE_AT_STARTUP // Don't mount the SD card when starting up //#define SD_IGNORE_AT_STARTUP // Don't mount the SD card when starting up
//#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash) //#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)