Fixed issue with chan messages, waited for MSG_SENT instead of OK

This commit is contained in:
Florent de Lamotte 2025-04-15 11:58:47 +02:00
parent c6966230f9
commit 3db73a8883
3 changed files with 3 additions and 3 deletions

View file

@ -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"