vault / meshtastic-android / 2.5.15
meshtastic-android @ 2.5.15
integrity
- size
- 3.3 MiB
- downloaded
- last checked
release notes
Features
- Add user
longNameanduserIdto messages (https://github.com/meshtastic/Meshtastic-Android/commit/33f86dcf614f26dfab21ed55639160de56ea0c03)
Bug fixes
- Message text is not always cleaned when sending (https://github.com/meshtastic/Meshtastic-Android/commit/5693874db154d285df1838fc04ed609a2929b5cc)
- Handle
GATT_CONNECTION_TIMEOUTstatus for Android 15 reconnections by @tavdog in https://github.com/meshtastic/Meshtastic-Android/pull/1463
New Contributors
- @tavdog made their first contribution in https://github.com/meshtastic/Meshtastic-Android/pull/1463
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.5.14...2.5.15
download
unix · zip
curl -fL -o 2.5.15.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.15.zip
printf '%s %s\n' 'a81603cc98affd1802c53a6a53969a174135a107d95f767d4202f7d0489f5eec' '2.5.15.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.15.zip"
$out = "2.5.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a81603cc98affd1802c53a6a53969a174135a107d95f767d4202f7d0489f5eec") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.15.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.15.tar.gz
printf '%s %s\n' 'ce4aedc3a4b9c6b2727beb6e750b2843f9ee79ca38f20c8bbc828525594917ee' '2.5.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.15.tar.gz"
$out = "2.5.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ce4aedc3a4b9c6b2727beb6e750b2843f9ee79ca38f20c8bbc828525594917ee") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.15.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.15.zip
printf '%s %s\n' 'a81603cc98affd1802c53a6a53969a174135a107d95f767d4202f7d0489f5eec' '2.5.15.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.15.zip"
$out = "2.5.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a81603cc98affd1802c53a6a53969a174135a107d95f767d4202f7d0489f5eec") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.15.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.15.tar.gz
printf '%s %s\n' 'ce4aedc3a4b9c6b2727beb6e750b2843f9ee79ca38f20c8bbc828525594917ee' '2.5.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.15.tar.gz"
$out = "2.5.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ce4aedc3a4b9c6b2727beb6e750b2843f9ee79ca38f20c8bbc828525594917ee") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.5.15.zip | zip | 3.3 MiB |
blake3-24 9f739518161b926a3bf650ee29d4c7c54940b500d024b5b4
sha256 a81603cc98affd1802c53a6a53969a174135a107d95f767d4202f7d0489f5eec
sha1 c06fca1a73d82995e905163b20fae86895114256
|
| 2.5.15.tar.gz | tar.gz | 2.9 MiB |
blake3-24 e1e7e6f96e49956aee49a6710ab5ab8441dce560639eab5b
sha256 ce4aedc3a4b9c6b2727beb6e750b2843f9ee79ca38f20c8bbc828525594917ee
sha1 f9a416f6d3bf35309c3509f33451273cb30ddf97
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.5.15.tar.gz"],
integrity = "sha256-zkrtw6S5xrJye+tudQsoQ/nueco48gyLvIKFJVlJF+4=",
strip_prefix = "meshtastic-android-2.5.15",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.15.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.15.tar.gz"],
integrity = "sha256-zkrtw6S5xrJye+tudQsoQ/nueco48gyLvIKFJVlJF+4=",
strip_prefix = "meshtastic-android-2.5.15",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.15.tar.gz",