From 5c0eece6baa0917e074ac122c2c324de3d15621c Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 26 Apr 2020 19:23:17 -0700 Subject: [PATCH] fix links --- README.md | 2 +- TODO.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bf73bc..4c71a17 100644 --- a/README.md +++ b/README.md @@ -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]. diff --git a/TODO.md b/TODO.md index 1be6eda..6dac9c4 100644 --- a/TODO.md +++ b/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