vault / meshtastic-android / 2.2.19
meshtastic-android @ 2.2.19
integrity
- size
- 2.3 MiB
- downloaded
- last checked
release notes
What's Changed
- feat: add paxcounter module config in https://github.com/meshtastic/Meshtastic-Android/commit/104e6ef25ed00f0802cbded30a727e63c8843ca2
- feat: add client-side
NodeInfochannel routing in https://github.com/meshtastic/Meshtastic-Android/commit/6aa1b70274e228d4d821ae1345e4da241be397ff - fix #818: change
rangetest.csvdelimiter to semicolon (;) in https://github.com/meshtastic/Meshtastic-Android/commit/6b4562b0181c83e03305076ceef0e4707b441689 - feat: add
ignore_mqttto LoRa config in https://github.com/meshtastic/Meshtastic-Android/commit/b972cab214efc1c3ada9ec2e691771c1abab7e30 - chore(deps): update com.google.firebase:firebase-bom to v32.7.1 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/815
- chore(deps): update plugin com.google.devtools.ksp to v1.9.22-1.0.17 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/816
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.2.18...2.2.19
download
unix · zip
curl -fL -o 2.2.19.zip https://ratatoskr.space/pkg/meshtastic-android/2.2.19.zip
printf '%s %s\n' 'c98d4e7c59e9b761501aad141cfde979cd09614c7ff30ed5d74cb8e13b47b4f9' '2.2.19.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.19.zip"
$out = "2.2.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c98d4e7c59e9b761501aad141cfde979cd09614c7ff30ed5d74cb8e13b47b4f9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.19.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.2.19.tar.gz
printf '%s %s\n' '7381440b29d16100d4fff148debc59fa46b2e3c2521f6177b80dd4d1da8ce258' '2.2.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.19.tar.gz"
$out = "2.2.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7381440b29d16100d4fff148debc59fa46b2e3c2521f6177b80dd4d1da8ce258") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.2.19.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.19.zip
printf '%s %s\n' 'c98d4e7c59e9b761501aad141cfde979cd09614c7ff30ed5d74cb8e13b47b4f9' '2.2.19.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.19.zip"
$out = "2.2.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c98d4e7c59e9b761501aad141cfde979cd09614c7ff30ed5d74cb8e13b47b4f9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.19.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.19.tar.gz
printf '%s %s\n' '7381440b29d16100d4fff148debc59fa46b2e3c2521f6177b80dd4d1da8ce258' '2.2.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.19.tar.gz"
$out = "2.2.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7381440b29d16100d4fff148debc59fa46b2e3c2521f6177b80dd4d1da8ce258") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.2.19.zip | zip | 2.3 MiB |
blake3-24 bb1e97e6592b3809e1d14117b71beaeef15a326bd3d97fa7
sha256 c98d4e7c59e9b761501aad141cfde979cd09614c7ff30ed5d74cb8e13b47b4f9
sha1 242f5f5a05ec4cffc767681c224be53d8d0d7ee2
|
| 2.2.19.tar.gz | tar.gz | 2.1 MiB |
blake3-24 658886810507867bdfe066062b97fe652c1d0a4961235627
sha256 7381440b29d16100d4fff148debc59fa46b2e3c2521f6177b80dd4d1da8ce258
sha1 722b91a61d5f7f31707785bc9785160a18f9a52a
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.2.19.tar.gz"],
integrity = "sha256-c4FECynRYQDU//FI3rxZ+kay48JSH2F3uA3U0dqM4lg=",
strip_prefix = "meshtastic-android-2.2.19",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.19.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.19.tar.gz"],
integrity = "sha256-c4FECynRYQDU//FI3rxZ+kay48JSH2F3uA3U0dqM4lg=",
strip_prefix = "meshtastic-android-2.2.19",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.19.tar.gz",