FrSkyR9: TQLY = percentage of telemetry frames per second

This commit is contained in:
Pascal Langer
2020-07-04 18:40:29 +02:00
parent 78421748ba
commit 84132678cc
10 changed files with 70 additions and 103 deletions

View File

@@ -119,6 +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;
#ifdef CC2500_INSTALLED
#ifdef SCANNER_CC2500_INO