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

also log MSP.code when crc fails

This commit is contained in:
cTn 2013-11-10 19:08:40 +01:00
parent 7948fb55bb
commit 2bcb19fd42

View file

@ -131,7 +131,7 @@ function MSP_char_read(readInfo) {
// message received, process
process_data(MSP.code, MSP.message_buffer, MSP.message_length_expected);
} else {
console.log('crc failed');
console.log('code: ' + MSP.code + ' - crc failed');
}
// Reset variables