Can't auto-set SDCARD_READONLY

This commit is contained in:
Scott Lahteine 2020-09-10 01:35:49 -05:00
parent 5e30e294ee
commit ea221a3ea6
2 changed files with 2 additions and 6 deletions

View file

@ -1131,9 +1131,7 @@
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
//#define SD_DETECT_STATE HIGH
#if NONE(POWER_LOSS_RECOVERY, BINARY_FILE_TRANSFER, SDCARD_EEPROM_EMULATION)
#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
#endif
//#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