1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00

Fixes for merge from cleanflight.

This commit is contained in:
mikeller 2017-05-04 22:10:26 +12:00 committed by Michael Keller
parent 457700f052
commit b729ffaf68
4 changed files with 6 additions and 7 deletions

View file

@ -293,6 +293,7 @@ function onConnect() {
$('#tabs ul.mode-connected').show();
MSP.send_message(MSPCodes.MSP_FEATURE_CONFIG, false, false);
if (semver.gte(CONFIG.apiVersion, "1.33.0")) {
MSP.send_message(MSPCodes.MSP_BATTERY_CONFIG, false, false);
}