fix links

This commit is contained in:
geeksville
2020-04-26 19:23:17 -07:00
parent 7504488609
commit 5c0eece6ba
2 changed files with 2 additions and 2 deletions

View File

@@ -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].

View File

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