mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-18 16:19:23 +08:00
Support reboot_required tag
This commit is contained in:
@@ -107,7 +107,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"])
|
||||
valid_tags = set(["group", "board", "min", "max", "unit", "decimal", "reboot_required"])
|
||||
|
||||
# Order of parameter groups
|
||||
priority = {
|
||||
|
||||
Reference in New Issue
Block a user