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