mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
params: fixed ordering of vehicle parsing
this keeps it consistent in the wiki
This commit is contained in:
parent
4683df4a21
commit
58a0cfc0b3
@ -61,6 +61,7 @@ def wiki_parameters(g, f):
|
|||||||
|
|
||||||
apm_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../../')
|
apm_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../../')
|
||||||
vehicle_paths = glob.glob(apm_path + "*/Parameters.pde")
|
vehicle_paths = glob.glob(apm_path + "*/Parameters.pde")
|
||||||
|
vehicle_paths.sort(reverse=True)
|
||||||
|
|
||||||
vehicles = []
|
vehicles = []
|
||||||
libraries = []
|
libraries = []
|
||||||
|
Loading…
Reference in New Issue
Block a user