pycom / pycom-libraries

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

AttributeError: 'LoRa' object has no attribute 'mesh' #66

Closed joshua-engelbrecht closed 6 years ago

joshua-engelbrecht commented 6 years ago

I am working through the lora mesh network example. I am getting the error AttributeError: 'LoRa' object has no attribute 'mesh' in the loramesh.py on line 36: self.lora.mesh().

When I connect to the fipy via VS Code, I dont not see that function. lora_functions

I updated the firmware a few days ago and am running the 0.0.8 DFU py_version

danspndl commented 6 years ago

Hi @joshua-engelbrecht 👋

LoRa mesh is only available from 1.19.0.b4 and I can see that you have 1.18.0.r1. You'll need to download the development release of the firmware updater and select development in the 'Type' dropdown. Let me know if you have any issues!

joshua-engelbrecht commented 6 years ago

Updating to the 1.19.0.b4 release did fix this issue.