Skip to content

Commit a4611bf

Browse files
authored
Merge pull request ExpressLRS#205 from pkendall64/targets
Add missing backpack targets for CoreWing & GEPRC
2 parents 9542b4e + f6f94d6 commit a4611bf

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

hardware/targets.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@
6868
}
6969
}
7070
},
71+
"corewing": {
72+
"name": "CoreWing",
73+
"txbp": {
74+
"radio": {
75+
"product_name": "CoreWing Sirius 2.4GHz TX",
76+
"firmware": "ESP32C3_TX_Backpack",
77+
"platform": "esp32-c3",
78+
"upload_methods": ["passthru", "wifi"]
79+
}
80+
}
81+
},
7182
"emax": {
7283
"name": "EMAX",
7384
"txbp": {
@@ -108,6 +119,23 @@
108119
}
109120
}
110121
},
122+
"geprc": {
123+
"name": "GEPRC",
124+
"txbp": {
125+
"linkflow900": {
126+
"product_name": "GEPRC LINKFLOW 900M TX V2",
127+
"firmware": "ESP32C3_TX_Backpack",
128+
"platform": "esp32-c3",
129+
"upload_methods": ["passthru", "wifi"]
130+
},
131+
"linkflow-dual": {
132+
"product_name": "GEPRC LINKFLOW 900/2400 Dual-Band TX",
133+
"firmware": "ESP32C3_TX_Backpack",
134+
"platform": "esp32-c3",
135+
"upload_methods": ["passthru", "wifi"]
136+
}
137+
}
138+
},
111139
"happymodel": {
112140
"name": "Happymodel",
113141
"txbp": {

0 commit comments

Comments
 (0)