60 rows of printing

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

@ -260,7 +260,7 @@ void loop() {
*/
jpeg_decode(image_file, output_file, true); // debug_mode);
show_dir();
print_file_hex(output_file, 320*3*60);
print_file_hex(output_file, 320*3*120); // was 60
if (debug_mode)
Serial.println("Start transmit!!!");
digitalWrite(PTT_PIN, LOW); // start transmit

Loading…
Cancel
Save

Powered by TurnKey Linux.