1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

Driver for CADDX camera GM3 gimbal (#13926)

* Driver for CADDX camera GM3 gimbal

* Update src/main/cli/settings.c

Fix copy-paste error on variable name.

Co-authored-by: Petr Ledvina <ledvinap@gmail.com>

* Update src/main/io/gimbal_control.c

Co-authored-by: Petr Ledvina <ledvinap@gmail.com>

* Update src/main/io/gimbal_control.c

Co-authored-by: Petr Ledvina <ledvinap@gmail.com>

* Update src/main/io/gimbal_control.c

Co-authored-by: Petr Ledvina <ledvinap@gmail.com>

* Only forward gimbal data with good CRC

---------

Co-authored-by: Petr Ledvina <ledvinap@gmail.com>
This commit is contained in:
Steve Evans 2024-11-12 19:29:56 +00:00 committed by GitHub
parent b70e98ed5a
commit 0de6278433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 502 additions and 1 deletions

View file

@ -12,6 +12,7 @@ PG_SRC = \
pg/displayport_profiles.c \
pg/dyn_notch.c \
pg/flash.c \
pg/gimbal.c \
pg/gps.c \
pg/gps_lap_timer.c \
pg/gps_rescue.c \
@ -248,6 +249,7 @@ COMMON_SRC = \
io/displayport_crsf.c \
io/displayport_hott.c \
io/frsky_osd.c \
io/gimbal_control.c \
io/rcdevice_cam.c \
io/rcdevice.c \
io/gps.c \