1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

Merge pull request #2182 from chmelevskij/chore/add-vue

This commit is contained in:
Michael Keller 2020-10-15 10:12:32 +13:00 committed by GitHub
commit 7fcc9efc72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 1511 additions and 283 deletions

View file

@ -83,8 +83,6 @@ MspHelper.prototype.process_data = function(dataHandler) {
TABS.pid_tuning.checkUpdateProfile(false);
sensor_status(FC.CONFIG.activeSensors);
$('span.i2c-error').text(FC.CONFIG.i2cError);
$('span.cycle-time').text(FC.CONFIG.cycleTime);
break;
case MSPCodes.MSP_STATUS_EX:
FC.CONFIG.cycleTime = data.readU16();
@ -113,9 +111,6 @@ MspHelper.prototype.process_data = function(dataHandler) {
}
sensor_status(FC.CONFIG.activeSensors);
$('span.i2c-error').text(FC.CONFIG.i2cError);
$('span.cycle-time').text(FC.CONFIG.cycleTime);
$('span.cpu-load').text(i18n.getMessage('statusbar_cpu_load', [FC.CONFIG.cpuload]));
break;
case MSPCodes.MSP_RAW_IMU: