mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
Fixed issue with chan messages, waited for MSG_SENT instead of OK
This commit is contained in:
parent
c6966230f9
commit
3db73a8883
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ import json
|
|||
from meshcore import MeshCore
|
||||
from meshcore import BLEConnection
|
||||
|
||||
ADDRESS = "t1000" # node ble adress or name
|
||||
ADDRESS = "echo" # node ble adress or name
|
||||
DEST = "mchome"
|
||||
MSG = "Hello World"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue