mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 03:00:56 +00:00
add remote gpio control as an example plugin
https://github.com/meshtastic/Meshtastic-device/issues/182
This commit is contained in:
@@ -4,14 +4,16 @@ 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
|
||||
* DONE have python tool check max packet size before sending to device
|
||||
* if request was sent reliably, send reply reliably
|
||||
* 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
|
||||
* DONE 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 handle new position/user messages
|
||||
* test python side handle new position/user messages
|
||||
* make a gpio example
|
||||
* DONE fix position sending to use new plugin
|
||||
* DONE Add SinglePortNumPlugin - as the new most useful baseclass
|
||||
* DONE move positions into regular data packets (use new app framework)
|
||||
@@ -20,6 +22,7 @@ For app cleanup:
|
||||
* test that position, text messages and user info work properly with new android app and old device code
|
||||
* call the plugin setup functions
|
||||
* fix the RTC drift bug
|
||||
* move ping functionality into device, reply with rxsnr info
|
||||
|
||||
For high speed/lots of devices/short range tasks:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user