FirmwareUpgrade.SettingsGroup.json 627 Bytes
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6 7
[
{
    "name":             "defaultFirmwareType",
8
    "shortDesc": "Default firmware type for flashing",
9
    "type":             "uint32",
10
    "default":     12
11 12 13 14 15 16
},
{
    "name":             "apmChibiOS",
    "type":             "uint32",
    "enumStrings":      "ChibiOS,NuttX",
    "enumValues":       "0,1",
17
    "default":     0
18 19 20 21 22 23
},
{
    "name":             "apmVehicleType",
    "type":             "uint32",
    "enumStrings":      "Multi-Rotor,Helicopter,Plane,Rover,Sub",
    "enumValues":       "0,1,2,3,4",
24
    "default":     0
25 26
}
]
27
}