Replace accidentally deleted line!

This commit is contained in:
Bodmer 2017-11-15 10:19:45 +00:00 committed by GitHub
parent 2e91bcd137
commit 62c02b67f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ void GfxUi::drawBmp(String filename, uint8_t x, uint16_t y) {
} // End of bitmap access
} // End of bitmap file check
bmpFile.close();
if(!goodBmp) {
Serial.print(F("BMP format not recognised. File:"));
Serial.println(filename);