1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00

*christmas evening commit*

fixes #17
This commit is contained in:
cTn 2013-12-24 19:17:59 +01:00
parent 809cc427de
commit d635fe0bde
2 changed files with 40 additions and 29 deletions

View file

@ -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: