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:
parent
457700f052
commit
b729ffaf68
4 changed files with 6 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue