1
0
Fork 0
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:
Michael Keller 2021-08-11 01:59:09 +12:00
parent 2d268ee115
commit a635e7d11a

View file

@ -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 {