sr-frs-aprs-payload-minute-flag
alanbjohnston 3 years ago committed by GitHub
parent dd25450555
commit 2beaa02064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,6 @@
#include <string.h> #include <string.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <errno.h> #include <errno.h>
#include <FastCRC.h>
#define PORT 8080 #define PORT 8080
@ -171,6 +170,5 @@ int start_flag_detected = false;
int start_flag_complete = false; int start_flag_complete = false;
int end_flag_detected = false; int end_flag_detected = false;
int jpeg_start = 0; int jpeg_start = 0;
FastCRC8 CRC8;
#define CAMERA_TIMEOUT 10000 // 20000 // Camera timeout in milli seconds #define CAMERA_TIMEOUT 10000 // 20000 // Camera timeout in milli seconds

Loading…
Cancel
Save

Powered by TurnKey Linux.