Skip to content

Commit

Permalink
Merge pull request #3116 from alexeystn/frsky_d8_telemetry_lua_script
Browse files Browse the repository at this point in the history
Modify FrSky D-series telemetry for compatibility with Lua script
  • Loading branch information
fiam committed Jun 22, 2018
2 parents 5ed9236 + e7faf25 commit c0c2772
Show file tree
Hide file tree
Showing 9 changed files with 663 additions and 622 deletions.
1 change: 1 addition & 0 deletions make/source.mk
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ COMMON_SRC = \
sensors/opflow.c \
telemetry/crsf.c \
telemetry/frsky.c \
telemetry/frsky_d.c \
telemetry/hott.c \
telemetry/ibus_shared.c \
telemetry/ibus.c \
Expand Down
2 changes: 1 addition & 1 deletion src/main/fc/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ extern uint8_t __config_end;
#include "sensors/opflow.h"
#include "sensors/sensors.h"

#include "telemetry/frsky.h"
#include "telemetry/frsky_d.h"
#include "telemetry/telemetry.h"
#include "build/debug.h"

Expand Down
2 changes: 1 addition & 1 deletion src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ groups:

- name: PG_TELEMETRY_CONFIG
type: telemetryConfig_t
headers: ["io/serial.h", "telemetry/telemetry.h", "telemetry/frsky.h"]
headers: ["io/serial.h", "telemetry/telemetry.h", "telemetry/frsky_d.h"]
condition: USE_TELEMETRY
members:
- name: telemetry_switch
Expand Down
Loading

0 comments on commit c0c2772

Please sign in to comment.