From 527c1454fa2a2652249f4a611ba67090ac83bcfb Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 23 Jun 2021 09:52:46 -0400 Subject: [PATCH] change 0xf to 0x5 --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 55dc48f5..eb90f32e 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -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