From 91b5987a5c1e45a9d99df85169b2011a89a7b0d0 Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 14 Feb 2020 13:55:38 -0800 Subject: [PATCH] use slightly more real paths to firmware updates --- TODO.md | 1 + app/src/main/assets/firmware-HELTEC-US.bin | 1 + app/src/main/assets/firmware-TBEAM-US.bin | 1 + 3 files changed, 3 insertions(+) create mode 120000 app/src/main/assets/firmware-HELTEC-US.bin create mode 120000 app/src/main/assets/firmware-TBEAM-US.bin diff --git a/TODO.md b/TODO.md index 330bbde5e..225347775 100644 --- a/TODO.md +++ b/TODO.md @@ -51,6 +51,7 @@ Do this "Signal app compatible" release relatively soon after the alpha release # Medium priority Things for the betaish period. +* fix slow rendering warnings in play console * use google signin to get user name * use Firebase Test Lab * let user pick/specify a name through ways other than google signin (for the privacy concerned, or devices without Play API) diff --git a/app/src/main/assets/firmware-HELTEC-US.bin b/app/src/main/assets/firmware-HELTEC-US.bin new file mode 120000 index 000000000..cb3688d93 --- /dev/null +++ b/app/src/main/assets/firmware-HELTEC-US.bin @@ -0,0 +1 @@ +../../../../../meshtastic-esp32/release/firmware-HELTEC-US.bin \ No newline at end of file diff --git a/app/src/main/assets/firmware-TBEAM-US.bin b/app/src/main/assets/firmware-TBEAM-US.bin new file mode 120000 index 000000000..b84a37216 --- /dev/null +++ b/app/src/main/assets/firmware-TBEAM-US.bin @@ -0,0 +1 @@ +../../../../../meshtastic-esp32/release/firmware-TBEAM-US.bin \ No newline at end of file