mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 09:15:49 +03:00
Auto merged - #2558 at Sun, 15 Aug 2021 11:17:08 GMT
Removed unneeded BOXNAME polling.
This commit is contained in:
commit
7503eadda2
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