Skip to content

Commit

Permalink
BetaFPV 900 Micro V2 TX
Browse files Browse the repository at this point in the history
  • Loading branch information
deadbytefpv committed Oct 19, 2024
1 parent dc8bd48 commit fdd3352
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
34 changes: 34 additions & 0 deletions TX/BETAFPV 900 Micro V2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"serial_rx":21,
"serial_tx":21,
"radio_miso":33,
"radio_mosi":32,
"radio_sck":25,
"radio_dio0":34,
"radio_dio1":35,
"radio_nss":2,
"radio_rst":13,
"power_min":0,
"power_high":7,
"power_max":7,
"power_default":2,
"power_control":3,
"power_values":[55,80,90,103,118,137,165,210],
"power_apc2":26,
"joystick":39,
"joystick_values":[2839,2191,1616,3511,0,4095],
"led_rgb":22,
"led_rgb_isgrb":true,
"misc_fan_en":27,
"screen_sck":4,
"screen_sda":14,
"screen_type":1,
"screen_reversed":1,
"use_backpack":true,
"debug_backpack_baud":460800,
"debug_backpack_rx":18,
"debug_backpack_tx":5,
"backpack_boot":23,
"backpack_en":19,
"passthrough_baud":230400
}
12 changes: 12 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,18 @@
"platform": "esp32",
"firmware": "Unified_ESP32_900_TX",
"prior_target_name": "BETAFPV_900_TX_MICRO"
},
"micro900v2": {
"product_name": "BETAFPV 900MHz Micro TX V2",
"lua_name": "BFPV Micro TX V2",
"layout_file": "BETAFPV 900 Micro V2.json",
"logo_file": "betafpv.bin",
"features": ["fan"],
"upload_methods": ["uart", "wifi"],
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_900_TX",
"prior_target_name": "BETAFPV_900_TX_MICRO_V2"
}
},
"rx_900": {
Expand Down

0 comments on commit fdd3352

Please sign in to comment.