Skip to content

Commit

Permalink
Merge pull request #4174 from Xevel/0_15
Browse files Browse the repository at this point in the history
Fixed Improv rejecting all properly formatted packets
  • Loading branch information
blazoncek authored Oct 3, 2024
2 parents c30a08c + ae1b6af commit 2a07eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wled00/improv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ void handleImprovPacket() {
}

checksum += next;
checksum &= 0xFF;
packetByte++;
}
}
Expand Down

0 comments on commit 2a07eb8

Please sign in to comment.