removed sstv2.h

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

@ -44,7 +44,7 @@
// jpg files to be stored in flash storage on Pico (FS 512kB setting) // jpg files to be stored in flash storage on Pico (FS 512kB setting)
#include "sstv1.h" #include "sstv1.h"
#include "sstv2.h" //#include "sstv2.h"
Adafruit_INA219 ina219_1_0x40; Adafruit_INA219 ina219_1_0x40;
Adafruit_INA219 ina219_1_0x41(0x41); Adafruit_INA219 ina219_1_0x41(0x41);
@ -217,7 +217,7 @@ void loop() {
char camera_file[] = "/cam.jpg"; char camera_file[] = "/cam.jpg";
strcpy(image_file, camera_file); strcpy(image_file, camera_file);
} else } else
strcpy(image_file, sstv2_filename); // 2nd stored image strcpy(image_file, sstv1_filename); // 2nd stored image
} }
if (debug_mode) { if (debug_mode) {
Serial.print("\nSending SSTV image "); Serial.print("\nSending SSTV image ");

Loading…
Cancel
Save

Powered by TurnKey Linux.