1
0
Fork 0
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:
Mark Haslinghuis 2025-01-18 21:03:20 +01:00 committed by GitHub
parent 9e2dfa362b
commit b4a9fabe31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 36 additions and 32 deletions

View file

@ -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,
});
}