mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
also log MSP.code when crc fails
This commit is contained in:
parent
7948fb55bb
commit
2bcb19fd42
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ function MSP_char_read(readInfo) {
|
||||||
// message received, process
|
// message received, process
|
||||||
process_data(MSP.code, MSP.message_buffer, MSP.message_length_expected);
|
process_data(MSP.code, MSP.message_buffer, MSP.message_length_expected);
|
||||||
} else {
|
} else {
|
||||||
console.log('crc failed');
|
console.log('code: ' + MSP.code + ' - crc failed');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset variables
|
// Reset variables
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue