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
23 changes: 23 additions & 0 deletions hardware/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,29 @@
}
}
},
"radiosky": {
"name": "HelloRadioSky",
"txbp": {
"v14": {
"product_name": "HelloRadioSky V14 TX",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["etx", "wifi"]
},
"v16": {
"product_name": "HelloRadioSky V16 TX",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["etx", "wifi"]
},
"v16r": {
"product_name": "HelloRadioSky V16R TX",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["etx", "wifi"]
}
}
},
"fusion": {
"name": "Fusion VRX",
"vrx": {
Expand Down