Fail SD mount without SPI re-init (#19226)
This commit is contained in:
		| @@ -383,10 +383,9 @@ void CardReader::mount() { | ||||
|  | ||||
|   if (flag.mounted) | ||||
|     cdroot(); | ||||
|   else { | ||||
|     spiInit(SPI_SPEED); // Return to base SPI speed | ||||
|   else if (marlin_state != MF_INITIALIZING) | ||||
|     ui.set_status_P(GET_TEXT(MSG_SD_INIT_FAIL), -1); | ||||
|   } | ||||
|  | ||||
|   ui.refresh(); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user