Update main.h added FC offsets

fc-jy-1
Alan Johnston 11 months ago committed by GitHub
parent 9128e92298
commit 24345b1722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,6 +53,9 @@
#define XS2 21
#define XS3 22
#define SENSOR_FIELDS 26
#define FC_EPS 1
#define FC_BOB 25
#define FC_SW 50
#define RSSI 0
#define IHU_TEMP 2
@ -104,7 +107,7 @@ FILE * file1;
short int buffer[2336400]; // max size for 10 frames count of BPSK
FILE *sopen(const char *program);
FILE *telem_file;
long int sequence = 131328;
long int sequence = 0;
#define S_RATE (48000) // (44100)

Loading…
Cancel
Save

Powered by TurnKey Linux.