vault / meshtastic-android / 1.2.11
meshtastic-android @ 1.2.11
integrity
- size
- 3.6 MiB
- downloaded
- last checked
release notes
If you are not an alpha tester you probably don't want this version.
- @goga added a very nice coordinate and time display for nodes
- @vfurman-gh added a tool to dump messages in CSV and fixed position broadcasts where the phone is helping
- Fix channel URL sharing for all channel formats
- Fix the channel suffix letter so we use the same algorithm as the device code
- Allow the 1.2.x apps to update 1.0 firmware OTA (previously they only supported >=1.1 firmware)
- Fix a few autobugs reported by analytics
- include device 1.2.11 firmware - see device release notes for info
download
unix · zip
curl -fL -o 1.2.11.zip https://ratatoskr.space/pkg/meshtastic-android/1.2.11.zip
printf '%s %s\n' 'fc58675b2f20502e4279bab650b3472baa4cfbb9adc96afd538efdef6a804793' '1.2.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.11.zip"
$out = "1.2.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fc58675b2f20502e4279bab650b3472baa4cfbb9adc96afd538efdef6a804793") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.11.tar.gz https://ratatoskr.space/pkg/meshtastic-android/1.2.11.tar.gz
printf '%s %s\n' '0ccbad199ca55cee54da65a95f6cde4702b8ccafd3b0ff0c1559984ac4f0b42b' '1.2.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.11.tar.gz"
$out = "1.2.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0ccbad199ca55cee54da65a95f6cde4702b8ccafd3b0ff0c1559984ac4f0b42b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.2.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.zip
printf '%s %s\n' 'fc58675b2f20502e4279bab650b3472baa4cfbb9adc96afd538efdef6a804793' '1.2.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.zip"
$out = "1.2.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fc58675b2f20502e4279bab650b3472baa4cfbb9adc96afd538efdef6a804793") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.tar.gz
printf '%s %s\n' '0ccbad199ca55cee54da65a95f6cde4702b8ccafd3b0ff0c1559984ac4f0b42b' '1.2.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.tar.gz"
$out = "1.2.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0ccbad199ca55cee54da65a95f6cde4702b8ccafd3b0ff0c1559984ac4f0b42b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.2.11.zip | zip | 3.6 MiB |
blake3-24 e923b44f9fe64602c2f50fe61d75210060677c13147013fd
sha256 fc58675b2f20502e4279bab650b3472baa4cfbb9adc96afd538efdef6a804793
sha1 6f97a86ae70a70f132f6c897c48c5b84a1c1c2f4
|
| 1.2.11.tar.gz | tar.gz | 3.6 MiB |
blake3-24 c37626acb311ba2f0f241797f6b2b912cc9cc467d869c3f4
sha256 0ccbad199ca55cee54da65a95f6cde4702b8ccafd3b0ff0c1559984ac4f0b42b
sha1 94e2b435d0642e11dc2681770a31d0b12de12586
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/1.2.11.tar.gz"],
integrity = "sha256-DMutGZylXO5U2mWpX2zeRwK4zK/TsP8MFVmYSsTwtCs=",
strip_prefix = "meshtastic-android-1.2.11",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/1.2.11.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.tar.gz"],
integrity = "sha256-DMutGZylXO5U2mWpX2zeRwK4zK/TsP8MFVmYSsTwtCs=",
strip_prefix = "meshtastic-android-1.2.11",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/1.2.11.tar.gz",