mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
allow boolean tag
This commit is contained in:
parent
26bb2fd22f
commit
ff75b8bb8f
@ -133,7 +133,7 @@ class SourceParser(object):
|
||||
re_remove_dots = re.compile(r'\.+$')
|
||||
re_remove_carriage_return = re.compile('\n+')
|
||||
|
||||
valid_tags = set(["group", "board", "min", "max", "unit", "decimal", "increment", "reboot_required", "value"])
|
||||
valid_tags = set(["group", "board", "min", "max", "unit", "decimal", "increment", "reboot_required", "value", "boolean"])
|
||||
|
||||
# Order of parameter groups
|
||||
priority = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user