Skip to content

Commit b8a90b3

Browse files
authored
chore: add 2.11 handsets, minor tweaks (#87)
1 parent e4efb34 commit b8a90b3

File tree

1 file changed

+44
-25
lines changed

1 file changed

+44
-25
lines changed

targets.json

Lines changed: 44 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,59 +8,65 @@
88
},
99
"v2.10.6": {
1010
"sha": "14adf0474ccedbd935fac7d71958946680b5fdfc",
11-
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10"
11+
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
12+
"exclude_targets": [
13+
"gx12", "nb4p"
14+
]
1215
},
1316
"v2.10.5": {
1417
"sha": "6b539d03c66061e431d9090531ac192f7550a102",
15-
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10"
18+
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
19+
"exclude_targets": [
20+
"gx12", "nb4p"
21+
]
1622
},
1723
"v2.10.4": {
1824
"sha": "9b901689fbd84fb4027b4f898460314d76b1f69a",
1925
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
2026
"exclude_targets": [
21-
"bumblebee"
27+
"bumblebee", "gx12", "nb4p"
2228
]
2329
},
2430
"v2.10.3": {
2531
"sha": "2fc5a9acab767b7b3f4861d85dffd359d6ad28f6",
2632
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
2733
"exclude_targets": [
28-
"bumblebee"
34+
"bumblebee", "gx12", "nb4p"
2935
]
3036
},
3137
"v2.10.2": {
3238
"sha": "1de06000cdfe3398840a8d28f7bf5de7fbedc899",
3339
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
3440
"exclude_targets": [
35-
"t12max", "tpros", "bumblebee"
41+
"t12max", "tpros", "bumblebee", "gx12", "nb4p"
3642
]
3743
},
3844
"v2.10.1": {
3945
"sha": "839b60f6cc88d22383a6f686862b3fba4108884e",
4046
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
4147
"exclude_targets": [
42-
"f16", "t12max", "tpros", "bumblebee"
48+
"f16", "t12max", "tpros", "bumblebee", "gx12", "nb4p"
4349
]
4450
},
4551
"v2.10.0": {
4652
"sha": "22ce06d3423fdb265c6c7bce6031f1003027bf0c",
4753
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
4854
"exclude_targets": [
49-
"f16", "t12max", "t15", "tpros", "bumblebee"
55+
"f16", "t12max", "t15", "tpros", "bumblebee", "gx12", "nb4p"
5056
]
5157
},
5258
"v2.9.4": {
5359
"sha": "77884b6a22e20ad91ba6c6656b96bcb2adc86768",
54-
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
60+
"build_container": "ghcr.io/edgetx/edgetx-builder:2.9.0",
5561
"exclude_targets": [
56-
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee"
62+
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee", "gx12", "nb4p"
5763
]
5864
},
5965
"v2.8.5": {
6066
"sha": "cbac1063eb8637457d2a63c367863c6bfd6f0c31",
61-
"build_container": "ghcr.io/edgetx/edgetx-builder:2.10",
67+
"build_container": "ghcr.io/edgetx/edgetx-builder:2.8",
6268
"exclude_targets": [
63-
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee"
69+
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee", "gx12", "nb4p"
6470
]
6571
}
6672
},
@@ -195,6 +201,12 @@
195201
"colorlcd"
196202
]
197203
},
204+
"nb4p": {
205+
"description": "Flysky NB4+",
206+
"tags": [
207+
"colorlcd"
208+
]
209+
},
198210
"x10": {
199211
"description": "FrSky Horus X10",
200212
"tags": [
@@ -361,12 +373,33 @@
361373
"stdlcd"
362374
]
363375
},
376+
"boxer": {
377+
"description": "RadioMaster Boxer",
378+
"tags": [
379+
"stdlcd",
380+
"bluetooth"
381+
]
382+
},
383+
"gx12": {
384+
"description": "Radiomaster GX12",
385+
"tags": [
386+
"stdlcd",
387+
"bluetooth"
388+
]
389+
},
364390
"mt12": {
365391
"description": "Radiomaster MT12",
366392
"tags": [
367393
"stdlcd"
368394
]
369395
},
396+
"pocket": {
397+
"description": "RadioMaster Pocket",
398+
"tags": [
399+
"stdlcd",
400+
"bluetooth"
401+
]
402+
},
370403
"t8": {
371404
"description": "Radiomaster T8",
372405
"tags": [
@@ -393,20 +426,6 @@
393426
"bluetooth"
394427
]
395428
},
396-
"boxer": {
397-
"description": "RadioMaster Boxer",
398-
"tags": [
399-
"stdlcd",
400-
"bluetooth"
401-
]
402-
},
403-
"pocket": {
404-
"description": "RadioMaster Pocket",
405-
"tags": [
406-
"stdlcd",
407-
"bluetooth"
408-
]
409-
},
410429
"zorro": {
411430
"description": "RadioMaster Zorro",
412431
"tags": [

0 commit comments

Comments
 (0)