vault / meshtastic-android / 2.6.8
meshtastic-android @ 2.6.8
integrity
- size
- 3.2 MiB
- downloaded
- last checked
release notes
What's Changed
🛠️Fixes & Features
- Refactor: organize ui screens to separate packages by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1982
- Refactor: Settings to Connections, ui updates by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1984
- chore: update device hardware list from Meshtastic API by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1975
- fix: clear data when changing devices by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1985
- chore(l10n): New Crowdin Translations by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1976
- feat: add cooldown to Traceroute action button by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1987
- Channel qr clean by @Robert-0410 in https://github.com/meshtastic/Meshtastic-Android/pull/1983
- feat: add Direct Message button to Node Detail screen by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1988
- Fix: Update
isUnmessageablebased onuserInput.rolefor older firmware by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1990 - chore(l10n): New Crowdin Translations by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1986
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.7...2.6.8
download
unix · zip
curl -fL -o 2.6.8.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.8.zip
printf '%s %s\n' '284a7178cfbb448f9743586df53eeeeccb9baeb187fd73c260d59508a7b8441f' '2.6.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.8.zip"
$out = "2.6.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "284a7178cfbb448f9743586df53eeeeccb9baeb187fd73c260d59508a7b8441f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.8.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.8.tar.gz
printf '%s %s\n' '41752b6dfe2812e09e2ea26cb52575fca165cd2693e8a7818e15e9768edec14f' '2.6.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.8.tar.gz"
$out = "2.6.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "41752b6dfe2812e09e2ea26cb52575fca165cd2693e8a7818e15e9768edec14f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.8.zip
printf '%s %s\n' '284a7178cfbb448f9743586df53eeeeccb9baeb187fd73c260d59508a7b8441f' '2.6.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.8.zip"
$out = "2.6.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "284a7178cfbb448f9743586df53eeeeccb9baeb187fd73c260d59508a7b8441f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.8.tar.gz
printf '%s %s\n' '41752b6dfe2812e09e2ea26cb52575fca165cd2693e8a7818e15e9768edec14f' '2.6.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.8.tar.gz"
$out = "2.6.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "41752b6dfe2812e09e2ea26cb52575fca165cd2693e8a7818e15e9768edec14f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.6.8.zip | zip | 3.2 MiB |
blake3-24 0ff39ec5a0e8865c53aa9befc23d4bcbbbe3eb30d484309f
sha256 284a7178cfbb448f9743586df53eeeeccb9baeb187fd73c260d59508a7b8441f
sha1 b4916d322891cbd3768ac5d1e468fd60d457197d
|
| 2.6.8.tar.gz | tar.gz | 2.8 MiB |
blake3-24 345da7b216adafe4675ae89b48a242959af560f0144a30c3
sha256 41752b6dfe2812e09e2ea26cb52575fca165cd2693e8a7818e15e9768edec14f
sha1 e07a72a59473191604ebe9710fc1e931a9911c72
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.6.8.tar.gz"],
integrity = "sha256-QXUrbf4oEuCeLqJstSV1/KFlzSaT6KeBjhXpdo7ewU8=",
strip_prefix = "meshtastic-android-2.6.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.8.tar.gz"],
integrity = "sha256-QXUrbf4oEuCeLqJstSV1/KFlzSaT6KeBjhXpdo7ewU8=",
strip_prefix = "meshtastic-android-2.6.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.8.tar.gz",