Skip to content
Open
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
76 changes: 76 additions & 0 deletions hardware/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,29 @@
}
}
},
"bayckrc": {
"name": "BAYCKRC",
"txbp": {
"nano-db": {
"product_name": "BAYCKRC 900/2400 Dual Band 1W Nano TX",
"firmware": "ESP32C3_TX_Backpack",
"platform": "esp32-c3",
"upload_methods": ["passthru", "wifi"]
},
"nano-dbx": {
"product_name": "BAYCKRC 900/2400 Dual Band 1W Nano Gemini TX",
"firmware": "ESP32C3_TX_Backpack",
"platform": "esp32-c3",
"upload_methods": ["passthru", "wifi"]
},
"micro-dbx": {
"product_name": "BAYCKRC 900/2400 Dual Band 1W Micro Gemini TX",
"firmware": "ESP32C3_TX_Backpack",
"platform": "esp32-c3",
"upload_methods": ["passthru", "wifi"]
}
}
},
"betafpv": {
"name": "BETAFPV",
"txbp": {
Expand Down Expand Up @@ -60,6 +83,12 @@
"platform": "esp8285",
"upload_methods": ["passthru", "wifi"]
},
"micro900v2": {
"product_name": "BETAFPV 900MHz Micro TX V2",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["passthru", "wifi"]
},
"superg": {
"product_name": "BETAFPV SuperG 2.4GHz Gemini TX",
"firmware": "ESP_TX_Backpack",
Expand Down Expand Up @@ -123,6 +152,12 @@
"name": "GEPRC",
"txbp": {
"linkflow900": {
"product_name": "GEPRC LINKFLOW 900M TX",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["passthru", "wifi"]
},
"linkflow900v2": {
"product_name": "GEPRC LINKFLOW 900M TX V2",
"firmware": "ESP32C3_TX_Backpack",
"platform": "esp32-c3",
Expand Down Expand Up @@ -165,6 +200,17 @@
}
}
},
"hglrc": {
"name": "HGLRC",
"txbp": {
"oled-900": {
"product_name": "HGLRC OLED 900MHz TX",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["passthru", "wifi"]
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Hermes TX layout TX/HGLRC Hermes 2400.json has this:

  "use_backpack": false,
  "debug_backpack_baud": 460800,
  "debug_backpack_rx": 3,
  "debug_backpack_tx": 1

I think this needs to be removed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

100% correct, that one does not have a backpack.

}
},
"iflight": {
"name": "iFlight",
"txbp": {
Expand All @@ -185,6 +231,24 @@
"jumper": {
"name": "Jumper",
"txbp": {
"bumblebee": {
"product_name": "Jumper AION Bumblebee 2.4GHz TX",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["etx", "wifi"]
},
"t-14": {
"product_name": "Jumper AION T-14 2.4GHz TX",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["etx", "wifi"]
},
"t-14-900": {
"product_name": "Jumper AION T-14 900M TX",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["etx", "wifi"]
},
"t12-max": {
"product_name": "Jumper T-12 Max Internal TX Modules",
"firmware": "ESP_TX_Backpack",
Expand All @@ -202,6 +266,18 @@
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["uart", "etx" ,"wifi"]
},
"t20v2": {
"product_name": "Jumper AION T-20 2.4GHz V2 TX",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["etx" ,"wifi"]
},
"t20-900v2": {
"product_name": "Jumper AION T-20 900M V2 TX",
"firmware": "ESP_TX_Backpack",
"platform": "esp8285",
"upload_methods": ["etx" ,"wifi"]
}
}
},
Expand Down