mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +03:00
[H7] H723/H725 support
This commit is contained in:
parent
4bf3e99e9c
commit
1feb306674
17 changed files with 1260 additions and 19 deletions
|
@ -306,6 +306,7 @@ static const char *mcuTypeNames[] = {
|
|||
"H743 (Rev.X)",
|
||||
"H743 (Rev.V)",
|
||||
"H7A3",
|
||||
"H723/H725",
|
||||
};
|
||||
|
||||
static const char *configurationStates[] = { "UNCONFIGURED", "CUSTOM DEFAULTS", "CONFIGURED" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue