mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
display mode values in aux tab (realtime)
This commit is contained in:
parent
bced4d0cb5
commit
30c2faa2d5
3 changed files with 18 additions and 8 deletions
|
@ -485,7 +485,6 @@ function process_message(code, data) {
|
|||
CONFIG.profile = view.getUint8(10);
|
||||
|
||||
$('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