Merge pull request #4174 from Xevel/0_15

Fixed Improv rejecting all properly formatted packets
This commit is contained in:
Blaž Kristan 2024-10-03 16:07:17 +02:00 committed by GitHub
commit 2a07eb84f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,6 +123,7 @@ void handleImprovPacket() {
} }
checksum += next; checksum += next;
checksum &= 0xFF;
packetByte++; packetByte++;
} }
} }