1
0
Fork 0
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:
Dominic Clifton 2014-10-18 16:58:49 +01:00
parent f64b558d5c
commit 2733f4832e
4 changed files with 33 additions and 14 deletions

View file

@ -10,6 +10,9 @@ var CONFIGURATOR = {
};
var CONFIG = {
apiVersion: 0,
flightControllerIdentifier: '',
flightControllerVersion: '',
version: 0,
multiType: 0,
msp_version: 0,