1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

bugfixes & tiny optimizations

This commit is contained in:
cTn 2013-12-15 02:28:12 +01:00
parent fd62b8568c
commit 01a5c753aa
6 changed files with 585 additions and 582 deletions

View file

@ -224,7 +224,6 @@ function process_data(command, message_buffer, message_length_expected) {
CONFIG.profile = data.getUint8(10);
$('span.cycle-time').html(CONFIG.cycleTime);
sensor_status(CONFIG.activeSensors);
break;
case MSP_codes.MSP_RAW_IMU:
SENSOR_DATA.accelerometer[0] = data.getInt16(0, 1) / 1000; // properly scaled