1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Updating MCU type list to maintain sync with firmware (#4299)

This commit is contained in:
Jay Blackman 2025-01-11 06:13:44 +11:00 committed by GitHub
parent e5d9cfbf63
commit c1fcac8ced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -886,6 +886,11 @@ const FC = {
14: "H723_725",
15: "G474",
16: "H730",
17: "AT32F435G",
18: "APM32F405",
19: "APM32F407",
20: "AT32F435M",
21: "RP2350B",
255: "Unknown MCU",
},