mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 03:56:16 +00:00
Fixed issue with chan messages, waited for MSG_SENT instead of OK
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user