change 0xf to 0x5

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

@ -1736,7 +1736,7 @@ void get_tlm_fox() {
}
if (uptime == 0)
frm_type = 0xf; // set to invalid frame type
frm_type = 0x5; // set to invalid frame type
sensor_payload[0] = 0; // clear for next payload

Loading…
Cancel
Save

Powered by TurnKey Linux.