Skip to content

Commit

Permalink
Merge branch 'master' into LR1121
Browse files Browse the repository at this point in the history
  • Loading branch information
JyeSmith committed Nov 11, 2023
2 parents 0b2c898 + cbbf1e8 commit 8139a35
Showing 1 changed file with 66 additions and 2 deletions.
68 changes: 66 additions & 2 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@
"pwm_outputs":[13,15,2,0,4,9,10,5,18,23,19,22,3,1],
"vbat_offset": 18,
"vbat_scale": 1284,
"vbat_atten": 7
"vbat_atten": 7,
"i2c_scl": 19,
"i2c_sda": 22
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.0",
Expand Down Expand Up @@ -261,7 +263,9 @@
"radio_dcdc": true,
"vbat_offset": 18,
"vbat_scale": 1284,
"vbat_atten": 7
"vbat_atten": 7,
"i2c_scl": 19,
"i2c_sda": 22
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.0",
Expand Down Expand Up @@ -1333,6 +1337,15 @@
"platform": "esp8285",
"firmware": "Unified_ESP8285_900_RX",
"prior_target_name": "iFlight_900_RX"
},
"nano": {
"product_name": "iFlight 900MHz Nano RX",
"lua_name": "iFlight 900 Nano",
"layout_file": "Generic 900.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.0.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_900_RX"
}
},
"tx_2400": {
Expand Down Expand Up @@ -1366,6 +1379,15 @@
"platform": "esp8285",
"firmware": "Unified_ESP8285_2400_RX",
"prior_target_name": "iFlight_2400_RX"
},
"nano": {
"product_name": "iFlight 2.4GHz Nano RX",
"lua_name": "iFlight 2G4 Nano",
"layout_file": "Generic 2400.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.0.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_2400_RX"
}
}
},
Expand Down Expand Up @@ -1519,6 +1541,15 @@
"platform": "esp32",
"firmware": "Unified_ESP32_900_TX",
"prior_target_name": "Jumper_AION_2400_T-Pro_TX"
},
"t-pro": {
"product_name": "Jumper T-Pro 900M TX",
"lua_name": "T-Pro 900 TX",
"layout_file": "Jumper T-20 900.json",
"upload_methods": ["uart", "wifi", "etx"],
"min_version": "3.3.0",
"platform": "esp32",
"firmware": "Unified_ESP32_900_TX"
}
},
"rx_2400": {
Expand Down Expand Up @@ -1561,6 +1592,15 @@
"offset": "0x8000",
"bootloader": "jumper_r900_bootloader.bin"
}
},
"aion": {
"product_name": "Jumper AION Mini 900MHz RX",
"lua_name": "AION Mini 900RX",
"layout_file": "Generic 900.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_900_RX"
}
}
},
Expand Down Expand Up @@ -1803,6 +1843,16 @@
"firmware": "Unified_ESP32_2400_TX",
"prior_target_name": "RadioMaster_Zorro_2400_TX"
},
"mt12": {
"product_name": "RadioMaster MT12 Internal 2.4GHz TX",
"lua_name": "RM MT12",
"layout_file": "Radiomaster Zorro.json",
"upload_methods": ["uart", "wifi", "etx"],
"min_version": "3.0.0",
"platform": "esp32",
"firmware": "Unified_ESP32_2400_TX",
"prior_target_name": "RadioMaster_Zorro_2400_TX"
},
"tx16s": {
"product_name": "RadioMaster TX16S Internal 2.4GHz TX",
"lua_name": "RM TX16S",
Expand Down Expand Up @@ -2056,6 +2106,20 @@
}
}
},
"atomrc": {
"name": "atomrc",
"rx_2400": {
"atomrc": {
"product_name": "atomrc 2.4G RX",
"lua_name": "atomrc 2400 RX",
"layout_file": "Generic 2400 PA.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.0.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_2400_RX"
}
}
},
"vantac": {
"name": "Vantac",
"tx_2400": {
Expand Down

0 comments on commit 8139a35

Please sign in to comment.