Config: use LCD SD-card for printing menu

Firmware will still be loaded from onboard sd card only.
This commit is contained in:
Alfred Melch 2021-08-14 11:53:35 +02:00
parent 993d4e3527
commit fed8104ce5

View File

@ -1519,7 +1519,7 @@
* *
* :[ 'LCD', 'ONBOARD', 'CUSTOM_CABLE' ] * :[ 'LCD', 'ONBOARD', 'CUSTOM_CABLE' ]
*/ */
#define SDCARD_CONNECTION ONBOARD #define SDCARD_CONNECTION LCD
// Enable if SD detect is rendered useless (e.g., by using an SD extender) // Enable if SD detect is rendered useless (e.g., by using an SD extender)
//#define NO_SD_DETECT //#define NO_SD_DETECT