pycom / pycom-libraries

MicroPython libraries and examples that work out of the box on Pycom's IoT modules
330 stars 378 forks source link

Update otaa_node.py #65

Closed Lennyz1988 closed 5 years ago

Lennyz1988 commented 5 years ago

Changed import binascii to import ubinascii.

The example does not work otherwise.

danspndl commented 5 years ago

Hi @Lennyz1988 👋

It does work with binascii, the rest of the code uses it. If you want to change it to ubinascii, you'd have to change all the function calls as well. I'll close this PR for now.