From a4d40a209e506c49a9700750c00fbd562efa21f7 Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 8 Sep 2020 10:35:12 -0700 Subject: [PATCH] update todo --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 5ee37e9..46cebc6 100644 --- a/TODO.md +++ b/TODO.md @@ -1,13 +1,13 @@ # TODO -## Before beta +Basic functionality is complete now. + +## Eventual tasks - Improve documentation on properties/fields - change back to Bleak for BLE support - now that they fixed https://github.com/hbldh/bleak/issues/139#event-3499535304 - include more examples: textchat.py, replymessage.py all as one little demo -## Eventual - - possibly use tk to make a multiwindow test console: https://stackoverflow.com/questions/12351786/how-to-redirect-print-statements-to-tkinter-text-widget ## MeshtasticShell todos @@ -17,7 +17,7 @@ ## Bluetooth support -(Prealpha level feature - you probably don't want this one yet) +(Pre-alpha level feature - you probably don't want this one yet) - This library supports connecting to Meshtastic devices over either USB (serial) or Bluetooth. Before connecting to the device you must [pair](https://docs.ubuntu.com/core/en/stacks/bluetooth/bluez/docs/reference/pairing/outbound.html) your PC with it. - We use the pip3 install "pygatt[GATTTOOL]"