🚸 SD refresh UI update with NO_SD_DETECT (#26366)

Co-authored-by: Sascha <k.puligheddu@alice.it>
This commit is contained in:
Scott Lahteine 2023-10-22 15:17:30 -05:00 committed by GitHub
parent 797ea5efa7
commit f72588595b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -588,6 +588,8 @@ void CardReader::release() {
flag.workDirIsRoot = true; flag.workDirIsRoot = true;
nrItems = -1; nrItems = -1;
SERIAL_ECHO_MSG(STR_SD_CARD_RELEASED); SERIAL_ECHO_MSG(STR_SD_CARD_RELEASED);
TERN_(NO_SD_DETECT, ui.refresh());
} }
/** /**