1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Initial implementation of SPEK SRXL telemetry protocol

This commit is contained in:
blckmn 2016-12-11 16:31:26 +11:00
parent 1475138e75
commit c49d36a346
7 changed files with 365 additions and 13 deletions

View file

@ -592,6 +592,7 @@ HIGHEND_SRC = \
sensors/barometer.c \
telemetry/telemetry.c \
telemetry/crsf.c \
telemetry/srxl.c \
telemetry/frsky.c \
telemetry/hott.c \
telemetry/smartport.c \