Increment sequence number

This commit is contained in:
Adam Honse
2019-10-22 00:01:29 -05:00
parent b1df78aceb
commit 68a14f972f

View File

@@ -180,5 +180,6 @@ void RGBController_E131::UpdateLEDs()
for(int packet_idx = 0; packet_idx < packets.size(); packet_idx++)
{
e131_send(sockfd, &packets[packet_idx], &dest_addrs[packet_idx]);
packets[packet_idx].frame.seq_number++;
}
}