mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
Updating MCU type list to maintain sync with firmware (#4299)
This commit is contained in:
parent
e5d9cfbf63
commit
c1fcac8ced
1 changed files with 5 additions and 0 deletions
|
@ -886,6 +886,11 @@ const FC = {
|
||||||
14: "H723_725",
|
14: "H723_725",
|
||||||
15: "G474",
|
15: "G474",
|
||||||
16: "H730",
|
16: "H730",
|
||||||
|
17: "AT32F435G",
|
||||||
|
18: "APM32F405",
|
||||||
|
19: "APM32F407",
|
||||||
|
20: "AT32F435M",
|
||||||
|
21: "RP2350B",
|
||||||
255: "Unknown MCU",
|
255: "Unknown MCU",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue