mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Removed unneeded BOXNAME polling.
This commit is contained in:
parent
2d268ee115
commit
a635e7d11a
1 changed files with 0 additions and 1 deletions
|
@ -696,7 +696,6 @@ function update_live_status() {
|
|||
});
|
||||
|
||||
if (GUI.active_tab != 'cli') {
|
||||
MSP.send_message(MSPCodes.MSP_BOXNAMES, false, false);
|
||||
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_32)) {
|
||||
MSP.send_message(MSPCodes.MSP_STATUS_EX, false, false);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue