added close to print_file

pico-sstv-new-1
alanbjohnston 3 years ago committed by GitHub
parent 42bc97c6dc
commit f27fac3e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4474,6 +4474,7 @@ void print_file_hex(char* filename, int bytes) {
count += 3;
}
Serial.println(" ");
myFile.close();
}
void print_hex2(byte octet) {

Loading…
Cancel
Save

Powered by TurnKey Linux.