mirror of
https://github.com/meshtastic/python.git
synced 2026-01-14 18:57:56 -05:00
fix links
This commit is contained in:
@@ -4,5 +4,5 @@ A python client for using Meshtastic devices. This small library (and example ap
|
||||
|
||||
You probably don't want this yet because it is a pre-alpha WIP.
|
||||
|
||||
For the rough notes/implementation plan see (TODO.md).
|
||||
For the rough notes/implementation plan see [TODO.md].
|
||||
|
||||
|
||||
2
TODO.md
2
TODO.md
@@ -16,7 +16,7 @@ myNodeInfo
|
||||
myNodeId
|
||||
|
||||
## PubSub topics:
|
||||
Use a pubsub model to communicate events ( https://pypubsub.readthedocs.io/en/v4.0.3/ )
|
||||
Use a pubsub model to communicate events [https://pypubsub.readthedocs.io/en/v4.0.3/ ]
|
||||
|
||||
meshtastic.send(MeshPacket) - Not implemented, instead call send(packet) on MeshInterface
|
||||
meshtastic.connection.established - published once we've successfully connected to the radio and downloaded the node DB
|
||||
|
||||
Reference in New Issue
Block a user