yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-firmware/v2.1.9.d43ddc9
vault / meshtastic-firmware / v2.1.9.d43ddc9

meshtastic-firmware @ v2.1.9.d43ddc9

integrity

size
735.8 KiB
downloaded
last checked
detected
raw version: universal archives only
source https://github.com/meshtastic/firmware · available · github

release notes

Enhancements

Bug Fixes

Full Changelog: https://github.com/meshtastic/firmware/compare/v2.1.8.ee971e3...v2.1.9.d43ddc9

download

unix · zip
curl -fL -o v2.1.9.d43ddc9.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.9.d43ddc9.zip
                    printf '%s  %s\n' '5db74a45d41c5114f75f02e34acffe6cf52f576bceacdc6d0010784a1fca2df4' 'v2.1.9.d43ddc9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.9.d43ddc9.zip"
$out = "v2.1.9.d43ddc9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5db74a45d41c5114f75f02e34acffe6cf52f576bceacdc6d0010784a1fca2df4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.9.d43ddc9.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.9.d43ddc9.tar.gz
                    printf '%s  %s\n' '13c1690eaba554c181cac7a50b282fa5d03fea8fc52532fa1d1a6b89248c5728' 'v2.1.9.d43ddc9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.9.d43ddc9.tar.gz"
$out = "v2.1.9.d43ddc9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13c1690eaba554c181cac7a50b282fa5d03fea8fc52532fa1d1a6b89248c5728") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.9.d43ddc9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.9.d43ddc9.zip
                    printf '%s  %s\n' '5db74a45d41c5114f75f02e34acffe6cf52f576bceacdc6d0010784a1fca2df4' 'v2.1.9.d43ddc9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.9.d43ddc9.zip"
$out = "v2.1.9.d43ddc9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5db74a45d41c5114f75f02e34acffe6cf52f576bceacdc6d0010784a1fca2df4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.9.d43ddc9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.9.d43ddc9.tar.gz
                    printf '%s  %s\n' '13c1690eaba554c181cac7a50b282fa5d03fea8fc52532fa1d1a6b89248c5728' 'v2.1.9.d43ddc9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.9.d43ddc9.tar.gz"
$out = "v2.1.9.d43ddc9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13c1690eaba554c181cac7a50b282fa5d03fea8fc52532fa1d1a6b89248c5728") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.9.d43ddc9.zip zip 744.4 KiB
blake3-24 f361b98e278900fdab640375509dabbd2a34262f3be6f71c
sha256 5db74a45d41c5114f75f02e34acffe6cf52f576bceacdc6d0010784a1fca2df4
sha1 f5da7511a81b3925b3c6c8e359c4f81c98b233d7
v2.1.9.d43ddc9.tar.gz tar.gz 476.6 KiB
blake3-24 1c5d05650ba77852613e3d64d113d3a588205f009f16e404
sha256 13c1690eaba554c181cac7a50b282fa5d03fea8fc52532fa1d1a6b89248c5728
sha1 1bae5b97780240f06d6a0fe4ea30c92c016d7139

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.9.d43ddc9.tar.gz"],
    integrity = "sha256-E8FpDqulVMGByselCygvpdA/6o/FJTL6HRpriSSMVyg=",
    strip_prefix = "meshtastic-firmware-v2.1.9.d43ddc9",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.9.d43ddc9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.9.d43ddc9.tar.gz"],
    integrity = "sha256-E8FpDqulVMGByselCygvpdA/6o/FJTL6HRpriSSMVyg=",
    strip_prefix = "meshtastic-firmware-v2.1.9.d43ddc9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.9.d43ddc9.tar.gz",
← v2.1.10.7ef12c7v2.1.5.23272da →