The BTT TFT Firmware was getting stuck waiting for a marlin response of "SD card ok" after attempting a M21 mount.
I changed our previous print "Card successfully initialized." to it so the host doesn't lock up anymore.
I added the SDCARD Cap if we have SDSUPPORT enabled. (Need to show the onboard SD menu option)
I also moved the SD card mounted UI_STATUS_UPD a bit in SDCard.cpp. It was still showing up as inserted even if we failed to read the sd.
The BTT TFT Firmware was getting stuck waiting for a marlin response of "SD card ok" after attempting a M21 mount. I changed our previous print "Card successfully initialized." to it so the host doesn't lock up anymore.
I added the SDCARD Cap if we have SDSUPPORT enabled. (Need to show the onboard SD menu option)
I also moved the SD card mounted UI_STATUS_UPD a bit in SDCard.cpp. It was still showing up as inserted even if we failed to read the sd.