change input_file to image_file

pull/192/head
alanbjohnston 3 years ago committed by GitHub
parent a27286bc97
commit 31c5f80aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -197,7 +197,7 @@ void loop() {
// send_sstv(image_file);
char output_file[] = "/cam.bin";
jpeg_decode(input_file, output_file);
jpeg_decode(image_file, output_file);
Serial.println("Start transmit!");
digitalWrite(PTT_PIN, LOW); // start transmit

Loading…
Cancel
Save

Powered by TurnKey Linux.