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

View File

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