mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
parent
809cc427de
commit
d635fe0bde
2 changed files with 40 additions and 29 deletions
|
@ -223,6 +223,7 @@ function process_data(command, message_buffer, message_length_expected) {
|
|||
CONFIG.mode = data.getUint32(6, 1);
|
||||
CONFIG.profile = data.getUint8(10);
|
||||
|
||||
sensor_status(CONFIG.activeSensors);
|
||||
$('span.cycle-time').html(CONFIG.cycleTime);
|
||||
break;
|
||||
case MSP_codes.MSP_RAW_IMU:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue