|
|
|
@ -227,12 +227,15 @@ void loop() {
|
|
|
|
|
|
|
|
|
|
|
|
// send_sstv(image_file);
|
|
|
|
// send_sstv(image_file);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
show_dir();
|
|
|
|
char output_file2[] = "/cam2.bin";
|
|
|
|
char output_file2[] = "/cam2.bin";
|
|
|
|
jpeg_decode(image_file, output_file2, true); // debug_mode);
|
|
|
|
jpeg_decode(image_file, output_file2, true); // debug_mode);
|
|
|
|
|
|
|
|
show_dir();
|
|
|
|
char telem_display[] = " Battery: Status: ";
|
|
|
|
char telem_display[] = " Battery: Status: ";
|
|
|
|
char output_file[] = "/cam.bin";
|
|
|
|
char output_file[] = "/cam.bin";
|
|
|
|
rotate_image(output_file2, output_file, telem_display);
|
|
|
|
rotate_image(output_file2, output_file, telem_display);
|
|
|
|
|
|
|
|
show_dir();
|
|
|
|
|
|
|
|
|
|
|
|
if (debug_mode)
|
|
|
|
if (debug_mode)
|
|
|
|
Serial.println("Start transmit!!!");
|
|
|
|
Serial.println("Start transmit!!!");
|
|
|
|
digitalWrite(PTT_PIN, LOW); // start transmit
|
|
|
|
digitalWrite(PTT_PIN, LOW); // start transmit
|
|
|
|
|