vault / meshtastic-android / 1.1.48
meshtastic-android @ 1.1.48
integrity
- size
- 3.6 MiB
- downloaded
- last checked
release notes
This is the last release in the 1.1 release tree. Starting with 1.2 there will be some incompatible changes.
This release includes the following minor changes.
- Pick up @vfurman-gh improvements in settings fields
- Fix a few autobugs from analytics
- Include the 1.1.48 alpha firmware
An apk is attached for those that can't access google play.
download
unix · zip
curl -fL -o 1.1.48.zip https://ratatoskr.space/pkg/meshtastic-android/1.1.48.zip
printf '%s %s\n' '638074fb95c5cd9dbf074f6f543d223d253142c50d376a877571498114d65ef3' '1.1.48.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.1.48.zip"
$out = "1.1.48.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "638074fb95c5cd9dbf074f6f543d223d253142c50d376a877571498114d65ef3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.1.48.tar.gz https://ratatoskr.space/pkg/meshtastic-android/1.1.48.tar.gz
printf '%s %s\n' 'fde69a89f30432e856c6750d1aa1d35b7a74ce25e510d97e5a05a8776c1fe528' '1.1.48.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.1.48.tar.gz"
$out = "1.1.48.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fde69a89f30432e856c6750d1aa1d35b7a74ce25e510d97e5a05a8776c1fe528") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.1.48.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.48.zip
printf '%s %s\n' '638074fb95c5cd9dbf074f6f543d223d253142c50d376a877571498114d65ef3' '1.1.48.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.48.zip"
$out = "1.1.48.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "638074fb95c5cd9dbf074f6f543d223d253142c50d376a877571498114d65ef3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.1.48.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.48.tar.gz
printf '%s %s\n' 'fde69a89f30432e856c6750d1aa1d35b7a74ce25e510d97e5a05a8776c1fe528' '1.1.48.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.48.tar.gz"
$out = "1.1.48.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fde69a89f30432e856c6750d1aa1d35b7a74ce25e510d97e5a05a8776c1fe528") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.1.48.zip | zip | 3.6 MiB |
blake3-24 fcdfb6ddb2ffe0b7940dc8e3538308e5e0294603c629beea
sha256 638074fb95c5cd9dbf074f6f543d223d253142c50d376a877571498114d65ef3
sha1 fbe822511288e6180f364b2d66880a5ee238a3d8
|
| 1.1.48.tar.gz | tar.gz | 3.6 MiB |
blake3-24 7e7abe5688f084e6533f7ccc3b060bf603bcf48741f156db
sha256 fde69a89f30432e856c6750d1aa1d35b7a74ce25e510d97e5a05a8776c1fe528
sha1 1734b6a9ebe44f63086318ca5e70d4b5d2a717c5
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/1.1.48.tar.gz"],
integrity = "sha256-/eaaifMEMuhWxnUNGqHTW3p0ziXlENl+WgWod2wf5Sg=",
strip_prefix = "meshtastic-android-1.1.48",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/1.1.48.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.48.tar.gz"],
integrity = "sha256-/eaaifMEMuhWxnUNGqHTW3p0ziXlENl+WgWod2wf5Sg=",
strip_prefix = "meshtastic-android-1.1.48",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.1.48.tar.gz",