Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Fix/loramesh example #103

Merged
merged 2 commits into from
Jun 13, 2019
Merged

Fix/loramesh example #103

merged 2 commits into from
Jun 13, 2019

Conversation

cuca94
Copy link
Contributor

@cuca94 cuca94 commented Jun 13, 2019

What does this implement/fix? Explain your changes.

rc_cb needs two parameters, the callback routine and the sockets which should be checked for incoming data
(https://docs.pycom.io/firmwareapi/pycom/network/lora/pymesh.html#meshrxcbhandler-argument

without fixing this, the example will crash after connecting to the mesh network
see forum entry: https://forum.pycom.io/topic/4912/loramesh-example-crashing-on-lopy4

Does this close any currently open issues?

Any relevant logs, error output, etc?

Any other comments?

Where has this been tested?

  • Board type and hardware version:
    lopy4 v1.20.0.rc11
  • os.uname() output:
    (sysname='LoPy4', nodename='LoPy4', release='1.20.0.rc11', version='v1.9.4-0a38f88 on 2019-05-14', machine='LoPy4 with ESP32', lorawan='1.0.2', sigfox='1.0.1')

cuca94 added 2 commits June 13, 2019 13:41
rc_cb needs two parameters, the callback routine and the sockets which should be checked for incoming data
(https://docs.pycom.io/firmwareapi/pycom/network/lora/pymesh.html#meshrxcbhandler-argument)

without fixing this, the example will crash after connecting to the mesh network 
see forum entry: https://forum.pycom.io/topic/4912/loramesh-example-crashing-on-lopy4
@catalinio catalinio merged commit 60f2592 into pycom:master Jun 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants