AttributeError: 'Loramesh' object has no attribute 'mesh'
-
Traceback (most recent call last):
File "<stdin>", line 36, in <module>
File "/flash/lib/pymesh.py", line 42, in init
File "/flash/lib/mesh_interface.py", line 44, in init
File "/flash/lib/mesh_internal.py", line 111, in init
File "/flash/lib/loramesh.py", line 65, in init
File "/flash/lib/loramesh.py", line 114, in _lora_init
AttributeError: 'Loramesh' object has no attribute 'mesh'Pycom MicroPython 1.20.2.rc11 [v1.11-f4d850b] on 2020-07-08; LoPy4 with ESP32
Pybytes Version: 1.5.2
Pymesh Version: 1.0.1Can someone help me with this?
-
Hi,
Have you tried this 'getting started' guide and example:
https://docs.pycom.io/pybytes/pymeshintegration/provisioning/
https://docs.pycom.io/pybytes/pymeshintegration/example/Best,
Gijs