Use a custom platformio py file to always set build version

This commit is contained in:
Kevin Hester
2020-12-10 11:28:15 +08:00
parent a0076eb394
commit b1c30f0650
7 changed files with 41 additions and 10 deletions

View File

@@ -4,11 +4,13 @@ You probably don't care about this section - skip to the next one.
For app cleanup:
* do fixed position bug https://github.com/meshtastic/Meshtastic-device/issues/536
* make device build always have a valid version
* DONE do fixed position bug https://github.com/meshtastic/Meshtastic-device/issues/536
* check build guide
* generate autodocs
* write 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
* make hello world example service
* make python ping command