Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions hardware/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@
}
}
},
"corewing": {
"name": "CoreWing",
"txbp": {
"radio": {
"product_name": "CoreWing Sirius 2.4GHz TX",
"firmware": "ESP32C3_TX_Backpack",
"platform": "esp32-c3",
"upload_methods": ["passthru", "wifi"]
}
}
},
"emax": {
"name": "EMAX",
"txbp": {
Expand Down Expand Up @@ -108,6 +119,23 @@
}
}
},
"geprc": {
"name": "GEPRC",
"txbp": {
"linkflow900": {
"product_name": "GEPRC LINKFLOW 900M TX V2",
"firmware": "ESP32C3_TX_Backpack",
"platform": "esp32-c3",
"upload_methods": ["passthru", "wifi"]
},
"linkflow-dual": {
"product_name": "GEPRC LINKFLOW 900/2400 Dual-Band TX",
"firmware": "ESP32C3_TX_Backpack",
"platform": "esp32-c3",
"upload_methods": ["passthru", "wifi"]
}
}
},
"happymodel": {
"name": "Happymodel",
"txbp": {
Expand Down