changed to sstv2

pico-v0.13
alanbjohnston 3 years ago committed by GitHub
parent 0d5f310559
commit 814dba23ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -178,7 +178,8 @@ void loop() {
else if (mode == SSTV) else if (mode == SSTV)
{ {
char image_file[128]; char image_file[128];
strcpy(image_file, sstv1_filename); // strcpy(image_file, sstv1_filename);
strcpy(image_file, sstv2_filename);
Serial.print("\nSending SSTV image "); Serial.print("\nSending SSTV image ");
print_string(image_file); print_string(image_file);
// send_sstv("/cam.raw"); // send_sstv("/cam.raw");

Loading…
Cancel
Save

Powered by TurnKey Linux.