You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of python2 scripts in the scripts directory which should be converted to python3.
Typical issues to be encountered will be the use of strings as arguments to socket.sendto. This behaviour has changed with python3. socket.sendto now accepts a byte type as argument.
Ideally these affected scripts would be modified to use the FlipdotAPI which takes care of sending data to the flipdot matrix.
The text was updated successfully, but these errors were encountered:
There are a number of python2 scripts in the scripts directory which should be converted to python3.
Typical issues to be encountered will be the use of strings as arguments to socket.sendto. This behaviour has changed with python3. socket.sendto now accepts a byte type as argument.
Ideally these affected scripts would be modified to use the FlipdotAPI which takes care of sending data to the flipdot matrix.
The text was updated successfully, but these errors were encountered: