Skip to content

Commit 3b0ab55

Browse files
chore: add tx15 and pa01 to nightly (#124)
1 parent 1f5c9bf commit 3b0ab55

File tree

1 file changed

+38
-12
lines changed

1 file changed

+38
-12
lines changed

targets.json

Lines changed: 38 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"v2.11.2": {
1010
"sha": "84cde07404cc6ee664f8f59aea604fe02c708d5d",
1111
"build_container": "ghcr.io/edgetx/edgetx-builder:2.11",
12-
"exclude_targets": ["x10-access", "x7-access"]
12+
"exclude_targets": ["x10-access", "x7-access", "tx15", "pa01"]
1313
},
1414
"v2.11.1": {
1515
"sha": "dfc8aa545796d1d437d4ee1e57a6dbfb87f754fc",
1616
"build_container": "ghcr.io/edgetx/edgetx-builder:2.11",
17-
"exclude_targets": ["x10-access", "x7-access", "pl18u"]
17+
"exclude_targets": ["x10-access", "x7-access", "pl18u", "tx15", "pa01"]
1818
},
1919
"v2.11.0": {
2020
"sha": "8369a2e23a7253a9ea4c9a8cb7c80e5fcf23d235",
2121
"build_container": "ghcr.io/edgetx/edgetx-builder:2.11",
22-
"exclude_targets": ["x10-access", "x7-access", "pl18u"]
22+
"exclude_targets": ["x10-access", "x7-access", "pl18u", "tx15", "pa01"]
2323
},
2424
"v2.10.6": {
2525
"sha": "14adf0474ccedbd935fac7d71958946680b5fdfc",
@@ -33,7 +33,9 @@
3333
"v12",
3434
"v14",
3535
"v16",
36-
"pl18u"
36+
"pl18u",
37+
"tx15",
38+
"pa01"
3739
]
3840
},
3941
"v2.10.5": {
@@ -48,7 +50,9 @@
4850
"v12",
4951
"v14",
5052
"v16",
51-
"pl18u"
53+
"pl18u",
54+
"tx15",
55+
"pa01"
5256
]
5357
},
5458
"v2.10.4": {
@@ -64,7 +68,9 @@
6468
"v12",
6569
"v14",
6670
"v16",
67-
"pl18u"
71+
"pl18u",
72+
"tx15",
73+
"pa01"
6874
]
6975
},
7076
"v2.10.3": {
@@ -80,7 +86,9 @@
8086
"v12",
8187
"v14",
8288
"v16",
83-
"pl18u"
89+
"pl18u",
90+
"tx15",
91+
"pa01"
8492
]
8593
},
8694
"v2.10.2": {
@@ -98,7 +106,9 @@
98106
"v12",
99107
"v14",
100108
"v16",
101-
"pl18u"
109+
"pl18u",
110+
"tx15",
111+
"pa01"
102112
]
103113
},
104114
"v2.10.1": {
@@ -117,7 +127,9 @@
117127
"v12",
118128
"v14",
119129
"v16",
120-
"pl18u"
130+
"pl18u",
131+
"tx15",
132+
"pa01"
121133
]
122134
},
123135
"v2.10.0": {
@@ -137,7 +149,9 @@
137149
"v12",
138150
"v14",
139151
"v16",
140-
"pl18u"
152+
"pl18u",
153+
"tx15",
154+
"pa01"
141155
]
142156
},
143157
"v2.9.4": {
@@ -165,7 +179,9 @@
165179
"v12",
166180
"v14",
167181
"v16",
168-
"pl18u"
182+
"pl18u",
183+
"tx15",
184+
"pa01"
169185
]
170186
},
171187
"v2.8.5": {
@@ -192,7 +208,9 @@
192208
"v12",
193209
"v14",
194210
"v16",
195-
"pl18u"
211+
"pl18u",
212+
"tx15",
213+
"pa01"
196214
]
197215
}
198216
},
@@ -294,6 +312,10 @@
294312
"description": "Flysky NV14",
295313
"tags": ["colorlcd"]
296314
},
315+
"pa01": {
316+
"description": "Flysky PA01",
317+
"tags": ["colorlcd"]
318+
},
297319
"pl18": {
298320
"description": "Flysky PL18",
299321
"tags": ["colorlcd"]
@@ -466,6 +488,10 @@
466488
"description": "Radiomaster TX12MK2",
467489
"tags": ["stdlcd", "bluetooth"]
468490
},
491+
"tx15": {
492+
"description": "RadioMaster TX15",
493+
"tags": ["colorlcd"]
494+
},
469495
"tx16s": {
470496
"description": "RadioMaster TX16S",
471497
"tags": ["colorlcd", "bluetooth"]

0 commit comments

Comments
 (0)