mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Merge remote-tracking branch 'multiwii/master'
Conflicts: changelog.html main.js
This commit is contained in:
commit
1688b41eb2
32 changed files with 476 additions and 407 deletions
|
@ -356,7 +356,11 @@ MSP.process_data = function(code, message_buffer, message_length) {
|
|||
console.log(data);
|
||||
break;
|
||||
case MSP_codes.MSP_BOXIDS:
|
||||
console.log(data);
|
||||
AUX_CONFIG_IDS = []; // empty the array as new data is coming in
|
||||
|
||||
for (var i = 0; i < data.byteLength; i++) {
|
||||
AUX_CONFIG_IDS.push(data.getUint8(i));
|
||||
}
|
||||
break;
|
||||
case MSP_codes.MSP_SERVO_CONF:
|
||||
SERVO_CONFIG = []; // empty the array as new data is coming in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue