mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-30 08:43:16 +00:00
FrSky R9: telemetry TX to RX attempt
This commit is contained in:
@@ -119,8 +119,8 @@ uint16_t state;
|
||||
uint8_t len;
|
||||
uint8_t armed, arm_flags, arm_channel_previous;
|
||||
uint8_t num_ch;
|
||||
uint32_t pps_timer = 0;
|
||||
uint16_t pps_counter = 0;
|
||||
uint32_t pps_timer;
|
||||
uint16_t pps_counter;
|
||||
|
||||
#ifdef CC2500_INSTALLED
|
||||
#ifdef SCANNER_CC2500_INO
|
||||
@@ -1043,6 +1043,8 @@ static void protocol_init()
|
||||
#endif
|
||||
tx_pause();
|
||||
init_frskyd_link_telemetry();
|
||||
pps_timer=millis();
|
||||
pps_counter=0;
|
||||
#ifdef BASH_SERIAL
|
||||
TIMSK0 = 0 ; // Stop all timer 0 interrupts
|
||||
#ifdef INVERT_SERIAL
|
||||
|
||||
Reference in New Issue
Block a user