forked from Archive/PX4-Autopilot
Raise param meta version
This commit is contained in:
parent
388d29baec
commit
2a83cb54c8
|
@ -25,7 +25,7 @@ class XMLOutput():
|
|||
xml_version = ET.SubElement(xml_parameters, "parameter_version_major")
|
||||
xml_version.text = "1"
|
||||
xml_version = ET.SubElement(xml_parameters, "parameter_version_minor")
|
||||
xml_version.text = "5"
|
||||
xml_version.text = "6"
|
||||
importtree = ET.parse(inject_xml_file_name)
|
||||
injectgroups = importtree.getroot().findall("group")
|
||||
for igroup in injectgroups:
|
||||
|
|
Loading…
Reference in New Issue