Update cubesatsim.ino

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

@ -248,7 +248,7 @@ void loop() {
show_dir();
char output_file[] = "/cam.bin";
char output_file2[] = "/cam2.bin";
if (!stored_image) {
/* if (!stored_image) {
jpeg_decode(image_file, output_file2, true); // debug_mode);
show_dir();
char telem_display[] = " BATT: STATUS: TEMP: ";
@ -257,7 +257,8 @@ void loop() {
rotate_image(output_file2, output_file, telem_display);
}
else
jpeg_decode(image_file, output_file, true); // debug_mode);
*/
jpeg_decode(image_file, output_file, true); // debug_mode);
show_dir();
if (debug_mode)
Serial.println("Start transmit!!!");

Loading…
Cancel
Save

Powered by TurnKey Linux.