Skip to content

Commit

Permalink
Merge pull request #81 from pkendall64/brotherhobby
Browse files Browse the repository at this point in the history
Add BrotherHobby targets
  • Loading branch information
JyeSmith authored Jun 17, 2024
2 parents 46259e5 + b8bef7e commit c5649f4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,34 @@
}
}
},
"brotherhobby": {
"name": "BrotherHobby",
"rx_900": {
"plain": {
"product_name": "BrotherHobby 900MHz Nano RX",
"lua_name": "BH 900MHz Nano",
"layout_file": "Generic 900.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.0.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_900_RX"
}
},
"rx_2400": {
"nano": {
"product_name": "BrotherHobby 2.4GHz Nano RX",
"lua_name": "BH 2.4GHz Nano",
"layout_file": "Generic 2400 PA.json",
"overlay": {
"radio_dcdc": true
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.0.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_2400_RX"
}
}
},
"diy": {
"name": "DIY devices",
"tx_900": {
Expand Down

0 comments on commit c5649f4

Please sign in to comment.