mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 21:55:34 +08:00
bump parameter minor version
This commit is contained in:
committed by
Lorenz Meier
parent
876ab45bf3
commit
764101e41e
@@ -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 = "10"
|
||||
xml_version.text = "11"
|
||||
importtree = ET.parse(inject_xml_file_name)
|
||||
injectgroups = importtree.getroot().findall("group")
|
||||
for igroup in injectgroups:
|
||||
|
||||
Reference in New Issue
Block a user