diff --git a/bin/program-release-tbeam.sh b/bin/program-release-tbeam.sh index 03743167..7870680f 100755 --- a/bin/program-release-tbeam.sh +++ b/bin/program-release-tbeam.sh @@ -3,4 +3,5 @@ set -e VERSION=`bin/buildinfo.py` +echo Installing release/latest/bins/firmware-tbeam-US-$VERSION.bin esptool.py --baud 921600 write_flash 0x10000 release/latest/bins/firmware-tbeam-US-$VERSION.bin diff --git a/docs/software/android-too-old.md b/docs/software/android-too-old.md new file mode 100644 index 00000000..4f0c2403 --- /dev/null +++ b/docs/software/android-too-old.md @@ -0,0 +1,13 @@ +# Your android application needs updating + +Hi. + +If you've landed here that means your android application is too old for the running device firmware. Usually our updates are backwards compatible, but in this special circumstance it is not. Sorry. + +Probably, what this means is that you installed the **alpha test** version of the firmware from github. We really love people helping with development by running the alpha test binaries. But if you aren't ready to sign up for that right now, please go back to [github](https://github.com/meshtastic/Meshtastic-device/releases) and install the latest **not alpha** 1.1.x firmware. + +If you **do** intend to run the alpha test please [opt-in](https://play.google.com/apps/testing/com.geeksville.mesh) to receive the alpha test version of the android application. + +If you are willing to be an alpha tester, please keep an eye on our forum where we post frequent release notes. We also will actively help you with any bugs you might encounter (along our shared journey of new feature goodness). + +If you have problems/questions please post in our [forum](https://meshtastic.discourse.group) and some nice person will probably help. \ No newline at end of file