diff --git a/README.md b/README.md index 3c2bac45f..19ad47268 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a tool for using Android with open-source mesh radios. For more information see our webpage: [meshtastic.org](https://www.meshtastic.org). If you are looking for the the device side code, see [here](https://github.com/meshtastic/Meshtastic-esp32). -This project is currently early-alpha, if you have questions or feedback please join our chat [![Join the chat at https://gitter.im/Meshtastic/community](https://badges.gitter.im/Meshtastic/community.svg)](https://gitter.im/Meshtastic/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge). We would love to hear from you. +This project is currently early-alpha, if you have questions or feedback please [Join our discussion forum](https://meshtastic.discourse.group/). We would love to hear from you. Once out of alpha the companion Android application will be released here: diff --git a/TODO.md b/TODO.md index f8f6a73df..3737dcd4c 100644 --- a/TODO.md +++ b/TODO.md @@ -164,6 +164,7 @@ Don't leave device discoverable. Don't let unpaired users do things with device * Have play store entry ask users to report if their android version is too old to allow install * use git submodule for androidlib * update play store listing for public beta +* track radio brands/regions as a user property (include no-radio as an option) Rare bug reproduced: @@ -213,5 +214,4 @@ Transition powerFSM transition=Screen-on timeout, from=ON to=DARK NOTE: no debug messages on device, though we see in radio interface service we are repeatedly reading FromRadio and getting the same seven bytes. It sure seems like the old service is still sort of alive... -* track radio brands/regions as a user property (include no-radio as an option) diff --git a/images/screenshot-channel.png b/images/screenshot-channel.png new file mode 100644 index 000000000..cf7523989 Binary files /dev/null and b/images/screenshot-channel.png differ diff --git a/images/screenshot-menu.png b/images/screenshot-menu.png new file mode 100644 index 000000000..53e596370 Binary files /dev/null and b/images/screenshot-menu.png differ diff --git a/images/screenshot-settings.png b/images/screenshot-settings.png new file mode 100644 index 000000000..23a3422ad Binary files /dev/null and b/images/screenshot-settings.png differ diff --git a/images/screenshot-users.png b/images/screenshot-users.png new file mode 100644 index 000000000..ac52fc53f Binary files /dev/null and b/images/screenshot-users.png differ diff --git a/images/screenshot1.png b/images/screenshot1.png deleted file mode 100644 index d247ee24f..000000000 Binary files a/images/screenshot1.png and /dev/null differ diff --git a/images/screenshot2.png b/images/screenshot2.png deleted file mode 100644 index 894cde628..000000000 Binary files a/images/screenshot2.png and /dev/null differ