fixed image file char

pico-v0.13
alanbjohnston 4 years ago committed by GitHub
parent cd765966f8
commit 5f8894519a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -177,7 +177,7 @@ void loop() {
}
else if (mode == SSTV)
{
char image_file;
char image_file[128];
strcpy(image_file, sstv1_filename);
Serial.print("\nSending SSTV image ");
print_string(image_file);

Loading…
Cancel
Save

Powered by TurnKey Linux.