some more examples

This commit is contained in:
Florent
2025-03-30 08:36:39 +02:00
parent 7e39b66049
commit 772f60b394
9 changed files with 78 additions and 10 deletions

View File

@@ -1,10 +1,11 @@
#!/usr/bin/python
DISPLAYNAME="Center at MC node location"
from meshcore import BLEConnection
from meshcore import MeshCore
import asyncio
from meshcore import MeshCore
from meshcore import BLEConnection
ADDRESS = "t1000"
async def main () :