Fix SD card detect

This commit is contained in:
Przemek Grondek 2021-12-27 21:49:31 +01:00
parent 79e1eccb7e
commit 47271b505d

View file

@ -1308,7 +1308,7 @@
// 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.
#define SD_DETECT_STATE HIGH
#define SD_DETECT_STATE LOW
//#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)