Improvements and fixes to Lulzbot UI (#15490)
This commit is contained in:
committed by
Scott Lahteine
parent
e6055dce76
commit
dc14d4a13c
@ -357,10 +357,6 @@ void CardReader::mount() {
|
||||
flag.mounted = false;
|
||||
if (root.isOpen()) root.close();
|
||||
|
||||
#ifndef SPI_SPEED
|
||||
#define SPI_SPEED SPI_FULL_SPEED
|
||||
#endif
|
||||
|
||||
if (!sd2card.init(SPI_SPEED, SDSS)
|
||||
#if defined(LCD_SDSS) && (LCD_SDSS != SDSS)
|
||||
&& !sd2card.init(SPI_SPEED, LCD_SDSS)
|
||||
|
Reference in New Issue
Block a user