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