mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
lowering MSP_STATUS pull speed to 250ms
This commit is contained in:
parent
1a2be85155
commit
8d6702c15e
10 changed files with 52 additions and 40 deletions
|
@ -173,7 +173,7 @@ MSP.process_data = function(code, message_buffer, message_length) {
|
|||
CONFIG.profile = data.getUint8(10);
|
||||
|
||||
sensor_status(CONFIG.activeSensors);
|
||||
$('span.cycle-time').html(CONFIG.cycleTime);
|
||||
$('span.cycle-time').text(CONFIG.cycleTime);
|
||||
break;
|
||||
case MSP_codes.MSP_RAW_IMU:
|
||||
// 512 for mpu6050, 256 for mma
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue