update todo

This commit is contained in:
geeksville
2020-09-08 10:35:12 -07:00
parent 1f4af574e6
commit a4d40a209e

View File

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