vault / meshtastic-android / 1.2.52
meshtastic-android @ 1.2.52
integrity
- size
- 3.7 MiB
- downloaded
- last checked
release notes
What's Changed
- include firmware pre-releases in android release build by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/326
- add is_always_powered by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/327
- add lastHeard to installNodeInfo by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/329
- fix processing queued packets by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/330
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/1.2.51...1.2.52
download
unix · zip
curl -fL -o 1.2.52.zip https://ratatoskr.space/pkg/meshtastic-android/1.2.52.zip
printf '%s %s\n' '7de67ffe141caf1ee242493702b4afc9cfd4efbcb0b6fe5a261534910832acc0' '1.2.52.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.52.zip"
$out = "1.2.52.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7de67ffe141caf1ee242493702b4afc9cfd4efbcb0b6fe5a261534910832acc0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.52.tar.gz https://ratatoskr.space/pkg/meshtastic-android/1.2.52.tar.gz
printf '%s %s\n' '7a2ecd2872a4559821a36520d739b20a8b6cd20b4621a1d31c5161810353be18' '1.2.52.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.52.tar.gz"
$out = "1.2.52.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7a2ecd2872a4559821a36520d739b20a8b6cd20b4621a1d31c5161810353be18") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.2.52.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.52.zip
printf '%s %s\n' '7de67ffe141caf1ee242493702b4afc9cfd4efbcb0b6fe5a261534910832acc0' '1.2.52.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.52.zip"
$out = "1.2.52.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7de67ffe141caf1ee242493702b4afc9cfd4efbcb0b6fe5a261534910832acc0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.52.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.52.tar.gz
printf '%s %s\n' '7a2ecd2872a4559821a36520d739b20a8b6cd20b4621a1d31c5161810353be18' '1.2.52.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.52.tar.gz"
$out = "1.2.52.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7a2ecd2872a4559821a36520d739b20a8b6cd20b4621a1d31c5161810353be18") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.2.52.zip | zip | 3.7 MiB |
blake3-24 faf7eab8974ff666b7ebdd39fc7e8d9c2023f6db99fcbfd5
sha256 7de67ffe141caf1ee242493702b4afc9cfd4efbcb0b6fe5a261534910832acc0
sha1 73c258386961db36487da137582a448301466e30
|
| 1.2.52.tar.gz | tar.gz | 3.6 MiB |
blake3-24 61b1ddbbb4cd00e06232108e767c387127df3654370f922a
sha256 7a2ecd2872a4559821a36520d739b20a8b6cd20b4621a1d31c5161810353be18
sha1 7e64e485f32de31c88b8f0e68ae0bdb1221ae1cc
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/1.2.52.tar.gz"],
integrity = "sha256-ei7NKHKkVZgho2Ug1zmyCots0gtGIaHTHFFhgQNTvhg=",
strip_prefix = "meshtastic-android-1.2.52",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.52.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.52.tar.gz"],
integrity = "sha256-ei7NKHKkVZgho2Ug1zmyCots0gtGIaHTHFFhgQNTvhg=",
strip_prefix = "meshtastic-android-1.2.52",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.52.tar.gz",