SD_IGNORE_AT_STARTUP

This commit is contained in:
Scott Lahteine 2020-11-17 20:38:45 -06:00
parent c30cc4091f
commit 4b59ba869f
195 changed files with 195 additions and 0 deletions

View file

@ -1177,6 +1177,7 @@
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
#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)
#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls