vault / meshtastic-android / 2.5.1
meshtastic-android @ 2.5.1
integrity
- size
- 2.4 MiB
- downloaded
- last checked
release notes
Features
- Add
RegionCodedescriptions to region selection (https://github.com/meshtastic/Meshtastic-Android/commit/9cce785556bbd37ffd6850bf96592bf49ec39fec) - Adds support for known 0 and unknown hopsAway by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1295
- Add option for 3 admin keys in
SecurityConfigby @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/1297 - Add
fixed_positionto config import/export by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/1298 - Adjust map
MaxClusteringZoomLevelandzoomOnClusterscale (https://github.com/meshtastic/Meshtastic-Android/commit/45730838e529ed6f780a6b2e84d416b80a8ccd54)
Bug fixes
- Small improvement to the pi approximation. by @Robert-0410 in https://github.com/meshtastic/Meshtastic-Android/pull/1292
- Fix remote admin backward compatibility (https://github.com/meshtastic/Meshtastic-Android/commit/23f05c109b45ec9f7ae4512adbe364ec47e9085b)
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.5.0...2.5.1
download
unix · zip
curl -fL -o 2.5.1.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.1.zip
printf '%s %s\n' '0bb4c0572fe5e7e26519e6431ae95e470a96e910274e4d91b3617873a3793815' '2.5.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.1.zip"
$out = "2.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0bb4c0572fe5e7e26519e6431ae95e470a96e910274e4d91b3617873a3793815") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.1.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.1.tar.gz
printf '%s %s\n' '3514595e7dad23e4ab65bb8105aef764f057fa37f185c649d16213100a92107b' '2.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.1.tar.gz"
$out = "2.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3514595e7dad23e4ab65bb8105aef764f057fa37f185c649d16213100a92107b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.1.zip
printf '%s %s\n' '0bb4c0572fe5e7e26519e6431ae95e470a96e910274e4d91b3617873a3793815' '2.5.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.1.zip"
$out = "2.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0bb4c0572fe5e7e26519e6431ae95e470a96e910274e4d91b3617873a3793815") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.1.tar.gz
printf '%s %s\n' '3514595e7dad23e4ab65bb8105aef764f057fa37f185c649d16213100a92107b' '2.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.1.tar.gz"
$out = "2.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3514595e7dad23e4ab65bb8105aef764f057fa37f185c649d16213100a92107b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.5.1.zip | zip | 2.4 MiB |
blake3-24 310f34994831b056d90d9c5d36fc184a86ea6443e1085ca2
sha256 0bb4c0572fe5e7e26519e6431ae95e470a96e910274e4d91b3617873a3793815
sha1 188e840a4fb6ec43511660b3ba5d620075191914
|
| 2.5.1.tar.gz | tar.gz | 2.2 MiB |
blake3-24 28a3d438b927c0256c43936968a4753a188badde5978f470
sha256 3514595e7dad23e4ab65bb8105aef764f057fa37f185c649d16213100a92107b
sha1 43e6a618927a689c02f790c8554cd2160c5639f3
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.5.1.tar.gz"],
integrity = "sha256-NRRZXn2tI+SrZbuBBa73ZPBX+jfxhcZJ0WITEAqSEHs=",
strip_prefix = "meshtastic-android-2.5.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.1.tar.gz"],
integrity = "sha256-NRRZXn2tI+SrZbuBBa73ZPBX+jfxhcZJ0WITEAqSEHs=",
strip_prefix = "meshtastic-android-2.5.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.1.tar.gz",