use invalid frame type of 0xf if uptime = 0 for filler frames

pull/104/head
alanbjohnston 5 years ago committed by GitHub
parent ca0fe0ce3b
commit 12a8678254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1400,6 +1400,9 @@ void get_tlm_fox() {
short int buffer_test[bufLen]; short int buffer_test[bufLen];
int buffSize; int buffSize;
buffSize = (int) sizeof(buffer_test); buffSize = (int) sizeof(buffer_test);
if (uptime == 0)
frm_type = 0xf; // set to invalid frame type
if (mode == FSK) if (mode == FSK)
id = 7; id = 7;

Loading…
Cancel
Save

Powered by TurnKey Linux.