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