vault / meshtastic-android / 2.3.15
meshtastic-android @ 2.3.15
integrity
- size
- 2.3 MiB
- downloaded
- last checked
release notes
What's Changed
- Adds hardware model string to NodeInfo card ui if available by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1111
- Qr channel select by @Robert-0410 in https://github.com/meshtastic/Meshtastic-Android/pull/1051
- feat: add detekt Android CI workflow, migrate to ktlint plugin by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1122
- Feat: Show channel number and name in direct message title by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1131
- feat: enable text selection in debug panel (https://github.com/meshtastic/Meshtastic-Android/commit/64c09b56a56575a8b6527c278ded2e1cd0620155)
New Contributors
- @jamesarich made their first contribution in https://github.com/meshtastic/Meshtastic-Android/pull/1111
- @Robert-0410 made their first contribution in https://github.com/meshtastic/Meshtastic-Android/pull/1051
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.3.14...2.3.15
download
unix · zip
curl -fL -o 2.3.15.zip https://ratatoskr.space/pkg/meshtastic-android/2.3.15.zip
printf '%s %s\n' 'ab0848f0c246f3658881f5feed83ab346d6d5d87fb4e28ac9fe3bc670bb407b4' '2.3.15.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.3.15.zip"
$out = "2.3.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab0848f0c246f3658881f5feed83ab346d6d5d87fb4e28ac9fe3bc670bb407b4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.3.15.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.3.15.tar.gz
printf '%s %s\n' '8617211b4cbb443ce581195adb9f3ec3c7761ee1e2f71e2c22845b0b2a5219a9' '2.3.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.3.15.tar.gz"
$out = "2.3.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8617211b4cbb443ce581195adb9f3ec3c7761ee1e2f71e2c22845b0b2a5219a9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.3.15.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.15.zip
printf '%s %s\n' 'ab0848f0c246f3658881f5feed83ab346d6d5d87fb4e28ac9fe3bc670bb407b4' '2.3.15.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.15.zip"
$out = "2.3.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab0848f0c246f3658881f5feed83ab346d6d5d87fb4e28ac9fe3bc670bb407b4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.3.15.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.15.tar.gz
printf '%s %s\n' '8617211b4cbb443ce581195adb9f3ec3c7761ee1e2f71e2c22845b0b2a5219a9' '2.3.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.15.tar.gz"
$out = "2.3.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8617211b4cbb443ce581195adb9f3ec3c7761ee1e2f71e2c22845b0b2a5219a9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.3.15.zip | zip | 2.3 MiB |
blake3-24 7c3cb4fe90a63bb7242fae1e04ede882028680a2a11ba1e1
sha256 ab0848f0c246f3658881f5feed83ab346d6d5d87fb4e28ac9fe3bc670bb407b4
sha1 5a1414d712d509a3a7ff65709bf069af30b88cd2
|
| 2.3.15.tar.gz | tar.gz | 2.1 MiB |
blake3-24 3d73519505c0dc9120ec62ccae13e7c5a9df100727a69724
sha256 8617211b4cbb443ce581195adb9f3ec3c7761ee1e2f71e2c22845b0b2a5219a9
sha1 5ef99bbf638c50794a4d9ef36137fc17bbe19bef
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.3.15.tar.gz"],
integrity = "sha256-hhchG0y7RDzlgRla258+w8d2HuHi9x4sIoRbCypSGak=",
strip_prefix = "meshtastic-android-2.3.15",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.3.15.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.15.tar.gz"],
integrity = "sha256-hhchG0y7RDzlgRla258+w8d2HuHi9x4sIoRbCypSGak=",
strip_prefix = "meshtastic-android-2.3.15",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.3.15.tar.gz",