1
0
rotorflight-presets/index.json
Chris Kim 22ae5e3d39
Rearrange presets and add a few more for the Rotorflight 2.2 GA (#2)
Signed-off-by: Chris Kim <oats87g@gmail.com>
2025-06-04 08:40:50 +10:00

267 lines
6.1 KiB
JSON

{
"majorVersion": 1,
"minorVersion": 0,
"settings": {
"MetapropertyDirective": "#$",
"PresetCategories": {
"SETUP": "SETUP",
"FILTERS": "FILTERS",
"PROFILE": "PROFILE",
"RATEPROFILE": "RATEPROFILE",
"REMAPPING": "REMAPPING",
"BNF": "BNF",
"OTHER": "OTHER"
},
"PresetCategoriesPriorities": {
"SETUP": 0,
"FILTERS": 100,
"PROFILE": 1000000000000,
"RATEPROFILE": 10000,
"REMAPPING": 0,
"BNF": 0,
"OTHER": 0
},
"MetadataTypes": {
"STRING": "STRING",
"STRING_ARRAY": "STRING_ARRAY",
"PRESET_CATEGORY": "PRESET_CATEGORY",
"FILE_PATH": "FILE_PATH",
"BOOLEAN": "BOOLEAN",
"WORDS_ARRAY": "WORDS_ARRAY",
"FILE_PATH_ARRAY": "FILE_PATH_ARRAY",
"PRESET_STATUS": "PRESET_STATUS",
"PRIORITY": "PRIORITY",
"PARSER": "PARSER"
},
"OptionsDirectives": {
"OPTION_DIRECTIVE": "option",
"BEGIN_OPTION_DIRECTIVE": "option begin",
"END_OPTION_DIRECTIVE": "option end",
"OPTION_CHECKED": "(checked)",
"OPTION_UNCHECKED": "(unchecked)",
"BEGIN_OPTION_GROUP_DIRECTIVE": "option_group begin",
"END_OPTION_GROUP_DIRECTIVE": "option_group end",
"EXCLUSIVE_OPTION_GROUP": "(exclusive)"
},
"PresetStatusEnum": [
"OFFICIAL",
"COMMUNITY",
"EXPERIMENTAL"
],
"ParserEnum": [
"TEXT",
"MARKED"
],
"presetsDir": "presets",
"presetsFileEncoding": "utf-8",
"presetsFileMetadata": {
"title": {
"type": "STRING",
"optional": false
},
"firmware_version": {
"type": "STRING_ARRAY",
"optional": false
},
"category": {
"type": "PRESET_CATEGORY",
"optional": false
},
"status": {
"type": "PRESET_STATUS",
"optional": false
},
"board_name": {
"type": "STRING_ARRAY",
"optional": true
},
"author": {
"type": "STRING",
"optional": true
},
"description": {
"type": "STRING_ARRAY",
"optional": true
},
"include": {
"type": "FILE_PATH_ARRAY",
"optional": true
},
"keywords": {
"type": "WORDS_ARRAY",
"optional": true
},
"hidden": {
"type": "BOOLEAN",
"optional": true
},
"discussion": {
"type": "STRING",
"optional": true
},
"warning": {
"type": "STRING",
"optional": true
},
"disclaimer": {
"type": "STRING",
"optional": true
},
"include_warning": {
"type": "FILE_PATH_ARRAY",
"optional": true
},
"include_disclaimer": {
"type": "FILE_PATH_ARRAY",
"optional": true
},
"priority": {
"type": "PRIORITY",
"optional": true
},
"force_options_review": {
"type": "BOOLEAN",
"optional": true
},
"parser": {
"type": "PARSER",
"optional": true
}
}
},
"uniqueValues": {
"firmware_version": [
"4.4",
"4.5"
],
"category": [
"REMAPPING",
"SETUP"
],
"author": [
"etocii",
"FlyDragonRC",
"Rotorflight Team"
],
"keywords": [
"bec",
"ext",
"f.port",
"filters",
"fport",
"motorized tail",
"rpm-s rpm-e rpm",
"s.bus",
"sbus",
"servo",
"voltage"
],
"board_name": [
"FLYDRAGONF722_V2",
"FLYDRAGONF722_V2_2",
"NEXUS_F7"
]
},
"presets": [
{
"fullPath": "presets/FDRC/f722v2.x/f722v2/remapping/ext-volt-to-bec.txt",
"hash": "53f2b18828066779f17041e8022cbccc121c1a3dec2bd49da1ae921e3a70e8fd",
"title": "FlyDragon F722V2 EXT Voltage -> BEC",
"firmware_version": [
"4.4",
"4.5"
],
"board_name": [
"FLYDRAGONF722_V2"
],
"category": "REMAPPING",
"status": "COMMUNITY",
"keywords": [
"ext",
"voltage",
"bec"
],
"author": "FlyDragonRC",
"priority": 0
},
{
"fullPath": "presets/FDRC/f722v2.x/f722v2.2/remapping/rpm-port.txt",
"hash": "e0a29944f5db9bd6e84a21ccb6ada4c8563832913d5d88658f64bfa9c4810944",
"title": "FlyDragon F722V2/F722V2.2 RPM Port Selection",
"firmware_version": [
"4.4",
"4.5"
],
"board_name": [
"FLYDRAGONF722_V2",
"FLYDRAGONF722_V2_2"
],
"category": "REMAPPING",
"status": "COMMUNITY",
"keywords": [
"rpm-s rpm-e rpm"
],
"author": "FlyDragonRC",
"priority": 0
},
{
"fullPath": "presets/FDRC/f722v2.x/f722v2.2/remapping/servo5.txt",
"hash": "ea9e39fd8174d3e10b50215b7eb4e73cc496051607df92a2f30782db5cbf7db2",
"title": "FlyDragon F722V2/F722V2.2 Enable Servo 5",
"firmware_version": [
"4.4",
"4.5"
],
"board_name": [
"FLYDRAGONF722_V2",
"FLYDRAGONF722_V2_2"
],
"category": "REMAPPING",
"status": "COMMUNITY",
"keywords": [
"sbus",
"s.bus",
"fport",
"f.port",
"servo"
],
"author": "FlyDragonRC",
"priority": 0
},
{
"fullPath": "presets/RDMS/nexus/motorized-tail.txt",
"hash": "ac18a98b3c90f9269be8f6c0e793ee7e185b4b434dc7c3864224acc5a9ae02a9",
"title": "Radiomaster Nexus Motorized Tail",
"firmware_version": [
"4.4",
"4.5"
],
"board_name": [
"NEXUS_F7"
],
"category": "REMAPPING",
"status": "COMMUNITY",
"keywords": [
"motorized tail"
],
"author": "Rotorflight Team",
"priority": 0
},
{
"fullPath": "presets/etocii/setup/2.2/etocii-filters.txt",
"hash": "70a40bcd5993b96af5332308baccb7aae315e8f317f6715494065901c8773fdd",
"title": "etocii's Filters",
"firmware_version": [
"4.5"
],
"category": "SETUP",
"status": "COMMUNITY",
"keywords": [
"filters"
],
"author": "etocii",
"force_options_review": true,
"priority": 0
}
]
}