Fixed Improv rejecting all properly formatted packets.

This commit is contained in:
Nicolas Saugnier 2024-10-03 11:04:47 +02:00
parent c30a08cfc5
commit dd27504d30

View File

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