Update main.h add image_id and image_file

fc-jy-img
Alan Johnston 11 months ago committed by GitHub
parent cd038e0ae5
commit 23eb29adc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -109,6 +109,8 @@ short int buffer[2336400]; // max size for 10 frames count of BPSK
FILE *sopen(const char *program);
FILE *telem_file;
long int sequence = 0;
int image_id = 0;
FILE *image_file;
#define S_RATE (48000) // (44100)

Loading…
Cancel
Save

Powered by TurnKey Linux.