From 611c99b3c1fabdeff8c093b4bc64cab348c5caab Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 28 Sep 2019 15:33:48 -0400 Subject: [PATCH] back to h[6] again --- afsk/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afsk/main.c b/afsk/main.c index 035178d9..c59f6d0d 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -573,7 +573,7 @@ int get_tlm_fox() { if (mode == FSK) id = 7; else - id = 0; // 99 in h[7] + id = 0; // 99 in h[6] // for (int frames = 0; frames < FRAME_CNT; frames++) for (int frames = 0; frames < frameCnt; frames++) @@ -642,7 +642,7 @@ int get_tlm_fox() { h[5] = (h[5] & 0x0f) | (frm_type << 4); if (mode == BPSK) - h[7] = 99; + h[6] = 99; posXv = reading[PLUS_X].current * 10; posYv = reading[PLUS_Y].current * 10;