niolabs / python-xbee

Python tools for working with XBee radios
MIT License
101 stars 45 forks source link

Fix Issue #45 DigiMesh Python 3 Support #46

Closed jamesleesaunders closed 7 years ago

jamesleesaunders commented 7 years ago

Fixes Issue #45 For Python3 the digimesh module fails if given the defaults because they are currently strings and not bytes. This PR fixes this.

jamesleesaunders commented 7 years ago

@hansmosh @mattdodge Bugfix PR to review if you could? If you agree with this I will also format the other files likewise in a separate diff.