-
Does the FS-HZCZ03-ADJ V2 gimbal work for anyone? I have connected according to the modification instructions The gimbal should automatically detect it and if not, it will switch to a classic analog gimbal. I have firmware version OpenI6X v1.11.1 and auto-detection will not occur the script /tools/build-flysky.py does not contain the DFLYSKY_GIMBAL option listed in radio/src/targets/flysky/CMakeLists.txt the compiler command does not take over the parameter DFLYSKY_GIMBAL=YES docker run --rm -it -e "BOARD_NAME=i6x" -e "CMAKE_FLAGS=PCB=I6X DFLYSKY_GIMBAL=YES HELI=NO GVARS=YES LUA_COMPILER=NO MULTIMODULE=NO PCBI6X_ELRSV3=NO DEBUG=NO TRANSLATIONS=CZ" -v ${PWD}:/opentx ajjjjjjjj/opentx-docker-i6x if I add to build-flysky.py section common_options "DFPLAYER": "YES" what am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Try removing "D": |
Beta Was this translation helpful? Give feedback.
-
Note, HAL gimbal autodetection does not work on OpenI6X when the firmware is recompiled with HAL support , returned original analog gimbals do not work. |
Beta Was this translation helpful? Give feedback.
Try removing "D":
FLYSKY_GIMBAL=YES
, alsoPCBI6X_ELRSV3
is wrong and should bePCBI6X_ELRS
.I have updated documentation.