require apps to be 1.1.20 or later

This commit is contained in:
Kevin Hester
2020-12-05 10:27:04 +08:00
parent b6e21bcbcd
commit 91b99bd584
2 changed files with 3 additions and 3 deletions

View File

@@ -5,12 +5,12 @@ You probably don't care about this section - skip to the next one.
For app cleanup:
* have python tool check max packet size before sending to device
* require a recent python api to talk to these new device loads
* DONE require a recent python api to talk to these new device loads
* DONE require a recent android app to talk to these new device loads
* DONE fix handleIncomingPosition
* move want_replies handling into plugins
* on android for received positions handle either old or new positions / user messages
* on android side send old or new positions as needed / user messages
* on python side print error messages if old position/user messages seen
* on python side handle new position/user messages
* DONE fix position sending to use new plugin
* DONE Add SinglePortNumPlugin - as the new most useful baseclass