vault / meshtastic-android / 2.6.6
meshtastic-android @ 2.6.6
integrity
- size
- 3.2 MiB
- downloaded
- last checked
release notes
What's Changed
🛠️Fixes & Features
- refactor(#1940): Improve firmware version comparison by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1952
- refactor: settings screen ui updates by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1955
- refactor: edgeToEdge tweaks, chip elevation by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1962
- chore: update device hardware list from Meshtastic API by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1961
- chore(l10n): New Crowdin Translations by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1956
- Refactor: clean up sharedTransition from more places by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1963
👷Dependencies
- chore(deps): update app/src/main/proto digest to 022ea79 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1953
- chore(deps): update app/src/main/proto digest to 24c7a3d by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1960
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.5...2.6.6
download
unix · zip
curl -fL -o 2.6.6.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.6.zip
printf '%s %s\n' '6e8d590607cc31f34880533508b0a1996ea3ea050cbed75a3b07a484745f0d9c' '2.6.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.6.zip"
$out = "2.6.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e8d590607cc31f34880533508b0a1996ea3ea050cbed75a3b07a484745f0d9c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.6.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.6.tar.gz
printf '%s %s\n' 'df5386d8cae6a58f030ab2c5e8e50a227987bb477fcd377e61fcede9a671fd3f' '2.6.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.6.tar.gz"
$out = "2.6.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df5386d8cae6a58f030ab2c5e8e50a227987bb477fcd377e61fcede9a671fd3f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.6.zip
printf '%s %s\n' '6e8d590607cc31f34880533508b0a1996ea3ea050cbed75a3b07a484745f0d9c' '2.6.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.6.zip"
$out = "2.6.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e8d590607cc31f34880533508b0a1996ea3ea050cbed75a3b07a484745f0d9c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.6.tar.gz
printf '%s %s\n' 'df5386d8cae6a58f030ab2c5e8e50a227987bb477fcd377e61fcede9a671fd3f' '2.6.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.6.tar.gz"
$out = "2.6.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df5386d8cae6a58f030ab2c5e8e50a227987bb477fcd377e61fcede9a671fd3f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.6.6.zip | zip | 3.1 MiB |
blake3-24 7c318798c1a3cc8df5e4cdaab8007a664ffecabfd0dba09c
sha256 6e8d590607cc31f34880533508b0a1996ea3ea050cbed75a3b07a484745f0d9c
sha1 c03ea62b39c9f4e185b0d13179afc608683786b8
|
| 2.6.6.tar.gz | tar.gz | 2.8 MiB |
blake3-24 d6807b00edb195b1ceda74dfdb7308e516ae21ddeefedd42
sha256 df5386d8cae6a58f030ab2c5e8e50a227987bb477fcd377e61fcede9a671fd3f
sha1 171f6b81fddc200faa0ef52579dec5a6877ff351
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.6.6.tar.gz"],
integrity = "sha256-31OG2MrmpY8DCrLF6OUKInmHu0d/zTd+Yfzt6aZx/T8=",
strip_prefix = "meshtastic-android-2.6.6",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.6.tar.gz"],
integrity = "sha256-31OG2MrmpY8DCrLF6OUKInmHu0d/zTd+Yfzt6aZx/T8=",
strip_prefix = "meshtastic-android-2.6.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.6.tar.gz",