PTT off, telem display upper case only

pull/220/head
alanbjohnston 3 years ago committed by GitHub
parent 98d2a98b1f
commit 068907fe28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -232,8 +232,9 @@ void loop() {
char output_file2[] = "/cam2.bin";
jpeg_decode(image_file, output_file2, true); // debug_mode);
show_dir();
char telem_display[] = " Battery: Status: ";
char output_file[] = "/cam.bin";
char telem_display[] = " BATT: STATUS: TEMP: ";
char output_file[] = "/cam.bin";
digitalWrite(PTT_PIN, HIGH); // shouldn't need this but
rotate_image(output_file2, output_file, telem_display);
show_dir();

Loading…
Cancel
Save

Powered by TurnKey Linux.