jrowberg / bglib

BGLib implementation for Bluegiga BLE Bluetooth Smart modules
Other
240 stars 170 forks source link

Issue 45 - Fix for Python3 bglib.py (and added example from Python2) #46

Open alvarop opened 6 years ago

alvarop commented 6 years ago

There was an issue with trying to append a byte to a string, which python3 doesn't like.

alvarop commented 6 years ago

This fixes #45