Add doc note about threading and use OSThread to make GPIO watching work

Thanks to @mc-hamster for the idea
This commit is contained in:
Kevin Hester
2020-12-11 18:29:32 +08:00
parent af88a34f75
commit 1e5d0b25ad
4 changed files with 104 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ For app cleanup:
* DONE write devapi user guide
* DONE update android code: https://developer.android.com/topic/libraries/view-binding/migration
* only do wantReplies once per packet type, if we change network settings force it again
* make gpio watch work, use thread and setup
* test GPIO watch
* DONE make hello world example service
* make python ping command
* DONE have python tool check max packet size before sending to device