1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Cycle Time value is now visible in status bar

This commit is contained in:
cTn 2013-06-13 13:11:53 +02:00
parent f42a1fd708
commit 652f560e42
11 changed files with 45 additions and 16 deletions

View file

@ -449,6 +449,8 @@ function process_message(code, data) {
CONFIG.activeSensors = view.getUint16(4, 1);
CONFIG.mode = view.getUint32(6, 1);
$('span.cycle-time').html(CONFIG.cycleTime);
sensor_status(CONFIG.activeSensors);
break;
case MSP_codes.MSP_RAW_IMU: