mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: include hexa and octa frames in mimimize_fpv_osd
This commit is contained in:
parent
bc83de5eac
commit
b9df48e2ec
|
@ -12,6 +12,8 @@ define AP_GPS_NMEA_ENABLED 1
|
|||
|
||||
define AP_MOTORS_FRAME_DEFAULT_ENABLED 0
|
||||
define AP_MOTORS_FRAME_QUAD_ENABLED 1
|
||||
define AP_MOTORS_FRAME_HEXA_ENABLED 1
|
||||
define AP_MOTORS_FRAME_OCTA_ENABLED 1
|
||||
|
||||
define AP_SBUSOUTPUT_ENABLED 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue