mirror of
https://github.com/wled/WLED.git
synced 2026-04-25 08:32:44 +00:00
Merge pull request #4174 from Xevel/0_15
Fixed Improv rejecting all properly formatted packets
This commit is contained in:
@@ -123,6 +123,7 @@ void handleImprovPacket() {
|
||||
}
|
||||
|
||||
checksum += next;
|
||||
checksum &= 0xFF;
|
||||
packetByte++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user