mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
vtxtable: fix KConfig type from string to bool (#26359)
This commit is contained in:
parent
e2e89def7e
commit
82e3322e0c
@ -19,7 +19,7 @@ if DRIVERS_VTXTABLE
|
||||
default n if !(VTXTABLE_CONFIG_FILE != "")
|
||||
|
||||
config VTXTABLE_AUX_MAP
|
||||
string "VTX Auxiliary Map"
|
||||
bool "VTX Auxiliary Map"
|
||||
default n
|
||||
---help---
|
||||
Enable the AUX map for mapping AUX channel ranges to VTX
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user