From 2dcc4fe006cc7abb0ba66ee53aaa505d867f499c Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Thu, 3 Mar 2016 20:02:30 +0000 Subject: [PATCH] [rsid] remove offset for RSID now that contestia is aligned correctly --- firmware/src/rsid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/src/rsid.c b/firmware/src/rsid.c index 448532d..15d28e8 100644 --- a/firmware/src/rsid.c +++ b/firmware/src/rsid.c @@ -151,7 +151,7 @@ void rsid_tone(uint8_t tone) float duty_cycle = 0.5 + deviation; - si_trx_switch_channel(channel-2); /* -2 offset to line up with contestia signal */ + si_trx_switch_channel(channel); telemetry_gpio1_pwm_duty(duty_cycle); }