mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Retrieve and display MSP API Version from new MSP_API_VERSION command.
Requires latest firmware.
This commit is contained in:
parent
f64b558d5c
commit
2733f4832e
4 changed files with 33 additions and 14 deletions
|
@ -10,6 +10,9 @@ var CONFIGURATOR = {
|
|||
};
|
||||
|
||||
var CONFIG = {
|
||||
apiVersion: 0,
|
||||
flightControllerIdentifier: '',
|
||||
flightControllerVersion: '',
|
||||
version: 0,
|
||||
multiType: 0,
|
||||
msp_version: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue