From fbdf1f19f0e8e96169c314f3d56c88422a18fcf4 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 2 Mar 2021 12:46:19 +0800 Subject: [PATCH 1/3] add (editable) android warning landing page --- docs/software/android-too-old.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/software/android-too-old.md diff --git a/docs/software/android-too-old.md b/docs/software/android-too-old.md new file mode 100644 index 00000000..2e2f2c76 --- /dev/null +++ b/docs/software/android-too-old.md @@ -0,0 +1,11 @@ +# 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 to receive the alpha test version of the android application. + +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 From 2ac410600456d9e739678f7a80ef33d46aa6d9b8 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 2 Mar 2021 12:51:28 +0800 Subject: [PATCH 2/3] add play store link --- docs/software/android-too-old.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/software/android-too-old.md b/docs/software/android-too-old.md index 2e2f2c76..4f0c2403 100644 --- a/docs/software/android-too-old.md +++ b/docs/software/android-too-old.md @@ -6,6 +6,8 @@ If you've landed here that means your android application is too old for the run 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 to receive the alpha test version of the android application. +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 From e884ace0ab941c649b9d3fa60deef5b958e0a54b Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 2 Mar 2021 15:16:22 +0800 Subject: [PATCH 3/3] show build name --- bin/program-release-tbeam.sh | 1 + 1 file changed, 1 insertion(+) 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