mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_BLHeli: log bad telem CRCs
This commit is contained in:
parent
96cc657bd0
commit
a2351bf99f
@ -1247,6 +1247,7 @@ void AP_BLHeli::read_telemetry_packet(void)
|
||||
|
||||
if (buf[telem_packet_size-1] != crc) {
|
||||
// bad crc
|
||||
debug("Bad CRC on %u\n", last_telem_esc);
|
||||
return;
|
||||
}
|
||||
uint8_t temperature = buf[0];
|
||||
|
Loading…
Reference in New Issue
Block a user