Hundemeier / sacn

A simple ANSI E1.31 (aka sACN) module for python.
MIT License
47 stars 21 forks source link

Fix: Sequence number in sync packets now increments. #19

Closed BlakeGarner closed 4 years ago

BlakeGarner commented 4 years ago

Previously the sequence number in sync packets was set to 0 and never incremented as required by the standard.

Hundemeier commented 4 years ago

Good spot! I don't see any issues with your commit as this is a simple bug-fix that only changes the value of one field.