Skip to content

Commit

Permalink
Merge pull request #21 from ExpressLRS/bayck
Browse files Browse the repository at this point in the history
Add BAYCK receivers
  • Loading branch information
JyeSmith authored Dec 15, 2023
2 parents 0f82238 + 8440e08 commit 5eac26b
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,52 @@
}
}
},
"bayck": {
"name": "BAYCK RC",
"rx_900": {
"nano": {
"product_name": "BAYCK 900MHz Nano RX",
"lua_name": "BK 900 Nano RX",
"layout_file": "Generic 900.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.1",
"platform": "esp8285",
"firmware": "Unified_ESP8285_900_RX"
},
"dual-core": {
"product_name": "BAYCK 900MHz Dual Core RX",
"lua_name": "BK 900 Dual RX",
"layout_file": "Generic 900 True Diversity PA.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.1",
"platform": "esp32",
"firmware": "Unified_ESP32_900_RX"
}
},
"rx_2400": {
"nano": {
"product_name": "BAYCK 2.4GHz Nano RX",
"lua_name": "BK 2G4 Nano RX",
"layout_file": "Generic 2400 PA.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.1",
"platform": "esp8285",
"firmware": "Unified_ESP8285_2400_RX"
},
"dual-core": {
"product_name": "BAYCK 2.4GHz Dual Core RX",
"lua_name": "BK 2G4 Dual RX",
"layout_file": "Generic 2400 True Diversity PA.json",
"overlay": {
"radio_dcdc": true
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.1",
"platform": "esp32",
"firmware": "Unified_ESP32_2400_RX"
}
}
},
"betafpv": {
"name": "BETAFPV",
"tx_900": {
Expand Down

0 comments on commit 5eac26b

Please sign in to comment.