SD card released message

This commit is contained in:
Alex Voinea 2020-08-28 17:32:07 +03:00
parent 772844678f
commit 3e7bba54e0
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ void CardReader::release()
{
sdprinting = false;
cardOK = false;
SERIAL_ECHO_START;
SERIAL_ECHOLNRPGM(_n("SD card released"));////MSG_SD_CARD_RELEASED
}
void CardReader::startFileprint()