[rsid] remove offset for RSID now that contestia is aligned correctly

main-solar-only
Richard Meadows 2016-03-03 20:02:30 +00:00
rodzic 57a7d6f5d4
commit 2dcc4fe006
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
}