mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
PXX synchro using Hearbeat (#6482)
* [PXX] Latency using heartbeat sync optimized for X7 (stable @ 12ms) * [PXX] Latency using heartbeat sync optimized for XLite Pro (stable @ 9ms)
This commit is contained in:
parent
56a31f20d3
commit
aff6c3fd1d
37 changed files with 383 additions and 189 deletions
|
@ -548,9 +548,14 @@ enum SwitchSources {
|
|||
SWSRC_LAST_FLIGHT_MODE = SWSRC_FIRST_FLIGHT_MODE+MAX_FLIGHT_MODES-1,
|
||||
|
||||
SWSRC_TELEMETRY_STREAMING,
|
||||
|
||||
SWSRC_FIRST_SENSOR,
|
||||
SWSRC_LAST_SENSOR = SWSRC_FIRST_SENSOR+MAX_TELEMETRY_SENSORS-1,
|
||||
|
||||
#if defined(DEBUG_LATENCY)
|
||||
SWSRC_LATENCY_TOGGLE,
|
||||
#endif
|
||||
|
||||
SWSRC_COUNT,
|
||||
|
||||
SWSRC_OFF = -SWSRC_ON,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue