Browse Source

Disable SD_CHECK_AND_RETRY in BTT E3 configs (#16143)

thisiskeithb 4 years ago
parent
commit
edc671edea

+ 1
- 1
config/examples/BigTreeTech/SKR Mini E3 1.0/Configuration.h View File

@@ -1624,7 +1624,7 @@
1624 1624
  *
1625 1625
  * Use CRC checks and retries on the SD communication.
1626 1626
  */
1627
-#define SD_CHECK_AND_RETRY
1627
+//#define SD_CHECK_AND_RETRY
1628 1628
 
1629 1629
 /**
1630 1630
  * LCD Menu Items

+ 1
- 1
config/examples/BigTreeTech/SKR Mini E3 1.2/Configuration.h View File

@@ -1624,7 +1624,7 @@
1624 1624
  *
1625 1625
  * Use CRC checks and retries on the SD communication.
1626 1626
  */
1627
-#define SD_CHECK_AND_RETRY
1627
+//#define SD_CHECK_AND_RETRY
1628 1628
 
1629 1629
 /**
1630 1630
  * LCD Menu Items

Loading…
Cancel
Save