mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Add MCU_INFO MSP support (#4306)
* Add MCU_INFO MSP support * Remove MCU table * add missing initializer
This commit is contained in:
parent
9e2dfa362b
commit
b4a9fabe31
7 changed files with 36 additions and 32 deletions
|
@ -453,7 +453,7 @@ function processBoardInfo() {
|
|||
apiVersion: FC.CONFIG.apiVersion,
|
||||
flightControllerVersion: FC.CONFIG.flightControllerVersion,
|
||||
flightControllerIdentifier: FC.CONFIG.flightControllerIdentifier,
|
||||
mcu: FC.getMcuType(),
|
||||
mcu: FC.CONFIG.targetName,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue