vault / meshtastic-android / 2.2.3
meshtastic-android @ 2.2.3
integrity
- size
- 2.2 MiB
- downloaded
- last checked
release notes
What's Changed
- Convert detection sensor portnum payloads to text message by @thebentern in https://github.com/meshtastic/Meshtastic-Android/pull/688
- feat: add menu item to add/remove nodes from
ignoreIncomingListby @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/692 - refactor(map): remove fixed zoom level for offline downloads by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/694
- chore: update compileSdk and targetSdk to API 33 by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/695
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.2.2...2.2.3
download
unix · zip
curl -fL -o 2.2.3.zip https://ratatoskr.space/pkg/meshtastic-android/2.2.3.zip
printf '%s %s\n' '02fba1cc84bffbe950de9f1a2523e39864e28da5135f7d2f245a78e7fc6a6654' '2.2.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.3.zip"
$out = "2.2.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "02fba1cc84bffbe950de9f1a2523e39864e28da5135f7d2f245a78e7fc6a6654") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.3.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.2.3.tar.gz
printf '%s %s\n' 'cd31012acb9c195bd05e089c461c37f9e1262d5b51b79f3c60793640764bdd93' '2.2.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.3.tar.gz"
$out = "2.2.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cd31012acb9c195bd05e089c461c37f9e1262d5b51b79f3c60793640764bdd93") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.2.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.3.zip
printf '%s %s\n' '02fba1cc84bffbe950de9f1a2523e39864e28da5135f7d2f245a78e7fc6a6654' '2.2.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.3.zip"
$out = "2.2.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "02fba1cc84bffbe950de9f1a2523e39864e28da5135f7d2f245a78e7fc6a6654") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.3.tar.gz
printf '%s %s\n' 'cd31012acb9c195bd05e089c461c37f9e1262d5b51b79f3c60793640764bdd93' '2.2.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.3.tar.gz"
$out = "2.2.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cd31012acb9c195bd05e089c461c37f9e1262d5b51b79f3c60793640764bdd93") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.2.3.zip | zip | 2.2 MiB |
blake3-24 b4090c13bf02c577c41b6013051aa331d53ed7322c466306
sha256 02fba1cc84bffbe950de9f1a2523e39864e28da5135f7d2f245a78e7fc6a6654
sha1 623e23faa297e70249d0a47c8d405a53e26c6255
|
| 2.2.3.tar.gz | tar.gz | 2.1 MiB |
blake3-24 477fcf4f3a7375e120027fff5d31c2c4a7ee3bfcb9c12eed
sha256 cd31012acb9c195bd05e089c461c37f9e1262d5b51b79f3c60793640764bdd93
sha1 192ab08a18133e3b9a06549dab9ac236419f08ca
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.2.3.tar.gz"],
integrity = "sha256-zTEBKsucGVvQXgicRhw3+eEmLVtRt588YHk2QHZL3ZM=",
strip_prefix = "meshtastic-android-2.2.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.3.tar.gz"],
integrity = "sha256-zTEBKsucGVvQXgicRhw3+eEmLVtRt588YHk2QHZL3ZM=",
strip_prefix = "meshtastic-android-2.2.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.3.tar.gz",