diff --git a/TX/BETAFPV 900 Micro V2.json b/TX/BETAFPV 900 Micro V2.json new file mode 100644 index 0000000..48fbc14 --- /dev/null +++ b/TX/BETAFPV 900 Micro V2.json @@ -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 +} \ No newline at end of file diff --git a/targets.json b/targets.json index 2cf78d7..21c95ad 100644 --- a/targets.json +++ b/targets.json @@ -176,6 +176,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": { @@ -1951,6 +1963,20 @@ "platform": "esp8285", "firmware": "Unified_ESP8285_2400_RX", "prior_target_name": "Jumper_AION_Nano_2400_RX" + }, + "c3_6pwm": { + "product_name": "Jumper ESP32C3 PWM6 2.4Ghz RX", + "lua_name": "JMPR C3 6PWM", + "layout_file": "Generic C3 2400 PWM.json", + "overlay": { + "vbat_atten": 7, + "vbat_offset": 4, + "vbat_scale": 396 + }, + "upload_methods": ["uart", "wifi", "betaflight"], + "min_version": "3.4.0", + "platform": "esp32-c3", + "firmware": "Unified_ESP32C3_2400_RX" } }, "rx_900": {