|
|
|
@ -228,7 +228,7 @@ void loop() {
|
|
|
|
// send_sstv(image_file);
|
|
|
|
// send_sstv(image_file);
|
|
|
|
|
|
|
|
|
|
|
|
char output_file2[] = "/cam2.bin";
|
|
|
|
char output_file2[] = "/cam2.bin";
|
|
|
|
jpeg_decode(image_file, output_file2, debug_mode);
|
|
|
|
jpeg_decode(image_file, output_file2, true); // debug_mode);
|
|
|
|
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);
|
|
|
|
|