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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.