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:
parent
f42a1fd708
commit
652f560e42
11 changed files with 45 additions and 16 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue