pull/1/head
alanbjohnston 7 years ago committed by GitHub
parent e87c5cacd5
commit 31ebe4247a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -213,10 +213,10 @@ int main(int argc, char *argv[])
config_cw();
// allocate space for the buffer
static uint8_t packet[MAX_MESSAGE_LENGTH + 1];
//static uint8_t packet[MAX_MESSAGE_LENGTH + 1];
int channel; // AO-7 telemetry format has 6 channels, 4 sub channels in each
int msg_length;
//int channel; // AO-7 telemetry format has 6 channels, 4 sub channels in each
//int msg_length;
while(1) { // loop forever
for (channel = 0; channel < 7; channel++) {

Loading…
Cancel
Save

Powered by TurnKey Linux.