issues
search
Adam-Langley
/
pybleno
A direct port of the Bleno bluetooth LE peripheral role library to Python2/3
MIT License
68
stars
34
forks
source link
Fix a few porting bugs
#61
Open
bugadani
opened
6 months ago
bugadani
commented
6 months ago
At a few places, the code still contains the original JS patterns:
attribute checks
some methods were renamed in pybleno, but code still calls the js names This PR fixes these issues where I could find them.
At a few places, the code still contains the original JS patterns: