-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathtbs-unify-pro32-hv-global.json
101 lines (101 loc) · 2.59 KB
/
tbs-unify-pro32-hv-global.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"description": "Betaflight VTX Config file for TBS Unify Pro32 HV (MMCX) (Unlocked/Global version)",
"version": "1.0",
"vtx_table": {
"bands_list": [
{
"name": "BOSCAM_A",
"letter": "A",
"is_factory_band": true,
"frequencies": [
5865,
5845,
5825,
5805,
5785,
5765,
5745,
5725
]
},
{
"name": "BOSCAM_B",
"letter": "B",
"is_factory_band": true,
"frequencies": [
5733,
5752,
5771,
5790,
5809,
5828,
5847,
5866
]
},
{
"name": "BOSCAM_E",
"letter": "E",
"is_factory_band": true,
"frequencies": [
5705,
5685,
5665,
5645,
5885,
5905,
5925,
5945
]
},
{
"name": "FATSHARK",
"letter": "F",
"is_factory_band": true,
"frequencies": [
5740,
5760,
5780,
5800,
5820,
5840,
5860,
5880
]
},
{
"name": "RACEBAND",
"letter": "R",
"is_factory_band": true,
"frequencies": [
5658,
5695,
5732,
5769,
5806,
5843,
5880,
5917
]
}
],
"powerlevels_list": [
{
"value": 14,
"label": "25"
},
{
"value": 20,
"label": "100"
},
{
"value": 26,
"label": "400"
},
{
"value": 30,
"label": "1W"
}
]
}
}