Disable SD_CHECK_AND_RETRY in BTT E3 configs (#16143)
This commit is contained in:
parent
50688f03fb
commit
edc671edea
|
@ -1624,7 +1624,7 @@
|
||||||
*
|
*
|
||||||
* Use CRC checks and retries on the SD communication.
|
* Use CRC checks and retries on the SD communication.
|
||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LCD Menu Items
|
* LCD Menu Items
|
||||||
|
|
|
@ -1624,7 +1624,7 @@
|
||||||
*
|
*
|
||||||
* Use CRC checks and retries on the SD communication.
|
* Use CRC checks and retries on the SD communication.
|
||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LCD Menu Items
|
* LCD Menu Items
|
||||||
|
|
Loading…
Reference in a new issue