1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 09:15:49 +03:00

Update MCU types (#3146)

This commit is contained in:
haslinghuis 2022-12-15 16:22:59 +01:00 committed by GitHub
parent bb8d3b4019
commit d70a7b3269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -763,15 +763,22 @@ const FC = {
MCU_TYPES: {
0: "SIMULATOR",
1: "F103",
2: "F303",
3: "F40X",
4: "F411",
5: "F446",
6: "F722",
7: "F745",
8: "F746",
9: "F765",
1: "F40X",
2: "F411",
3: "F446",
4: "F722",
5: "F745",
6: "F746",
7: "F765",
8: "H750",
9: "H743_REV_UNKNOWN",
10: "H743_REV_Y",
11: "H743_REV_X",
12: "H743_REV_V",
13: "H7A3",
14: "H723_725",
15: "G474",
16: "H730",
255: "Unknown MCU",
},