removed text at the start

pull/211/head
alanbjohnston 3 years ago committed by GitHub
parent e48301b56d
commit aea5795f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -775,6 +775,7 @@ void jpeg_decode(char* filename, char* fileout, bool debug){
else
Serial.println("Failed to open output");
/*
for(i = 0; i < 15360; i++){ // Cleaning Header Buffer array
sortBuf[i] = 0xFF;
}
@ -818,6 +819,7 @@ void jpeg_decode(char* filename, char* fileout, bool debug){
// imgFile.write(sortBuf[k]);
// }
outFile.write(sortBuf, sizeof(sortBuf));
*/
// writeFooter(&outFile); //Writing first 10560 bytes (11*320*3) // write footer after rotate

Loading…
Cancel
Save

Powered by TurnKey Linux.