Merge pull request #666 from PavelSindler/MK3_for_merging

correction in M27 message
This commit is contained in:
PavelSindler 2018-04-26 11:51:38 +02:00 committed by GitHub
commit fc834fc28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,7 +524,7 @@ void CardReader::getStatus()
SERIAL_PROTOCOLPGM("\n");
}
else{
SERIAL_PROTOCOLLNPGM("Not printing");
SERIAL_PROTOCOLLNPGM("Not SD printing");
}
}
void CardReader::write_command(char *buf)