mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 05:15:18 +03:00
Activity switch added (#6571)
This commit is contained in:
parent
cc1196db3d
commit
c13a09f707
3 changed files with 8 additions and 0 deletions
|
@ -552,6 +552,8 @@ enum SwitchSources {
|
|||
SWSRC_FIRST_SENSOR,
|
||||
SWSRC_LAST_SENSOR = SWSRC_FIRST_SENSOR+MAX_TELEMETRY_SENSORS-1,
|
||||
|
||||
SWSRC_RADIO_ACTIVITY,
|
||||
|
||||
#if defined(DEBUG_LATENCY)
|
||||
SWSRC_LATENCY_TOGGLE,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue