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.3.3.8187fa7
vault / meshtastic-firmware / v2.3.3.8187fa7

meshtastic-firmware @ v2.3.3.8187fa7

integrity

size
1.3 MiB
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.3.2.63df972...v2.3.3.8187fa7

download

unix · zip
curl -fL -o v2.3.3.8187fa7.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.zip
                    printf '%s  %s\n' 'f1f459c1016056832d4df325af9db8967c701c609702fc799cbd8b6591326eca' 'v2.3.3.8187fa7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.zip"
$out = "v2.3.3.8187fa7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f1f459c1016056832d4df325af9db8967c701c609702fc799cbd8b6591326eca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.3.8187fa7.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz
                    printf '%s  %s\n' 'c71b6ecf6fb2a4099bfd0a8d2ef160ace17d1785475b025422efebbd7fc3bbc9' 'v2.3.3.8187fa7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz"
$out = "v2.3.3.8187fa7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c71b6ecf6fb2a4099bfd0a8d2ef160ace17d1785475b025422efebbd7fc3bbc9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.3.8187fa7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.zip
                    printf '%s  %s\n' 'f1f459c1016056832d4df325af9db8967c701c609702fc799cbd8b6591326eca' 'v2.3.3.8187fa7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.zip"
$out = "v2.3.3.8187fa7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f1f459c1016056832d4df325af9db8967c701c609702fc799cbd8b6591326eca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.3.8187fa7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz
                    printf '%s  %s\n' 'c71b6ecf6fb2a4099bfd0a8d2ef160ace17d1785475b025422efebbd7fc3bbc9' 'v2.3.3.8187fa7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz"
$out = "v2.3.3.8187fa7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c71b6ecf6fb2a4099bfd0a8d2ef160ace17d1785475b025422efebbd7fc3bbc9") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.3.8187fa7.zip zip 1.3 MiB
blake3-24 15dc92dfe2bd9f3a4a132514322775b2a7fb11d6d65f4bdf
sha256 f1f459c1016056832d4df325af9db8967c701c609702fc799cbd8b6591326eca
sha1 d5088673c2913d8f754694a225b82d88ef89cf3c
v2.3.3.8187fa7.tar.gz tar.gz 964.9 KiB
blake3-24 99e26da20d708a27b3ae72b33d4cfe3c22c53167b92e6f19
sha256 c71b6ecf6fb2a4099bfd0a8d2ef160ace17d1785475b025422efebbd7fc3bbc9
sha1 ea06a2e4d6a9394a688fc850c579352edccb79d9

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz"],
    integrity = "sha256-xxtuz2+ypAmb/QqNLvFgrOF9F4VHWwJUIu/rvX/Du8k=",
    strip_prefix = "meshtastic-firmware-v2.3.3.8187fa7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz"],
    integrity = "sha256-xxtuz2+ypAmb/QqNLvFgrOF9F4VHWwJUIu/rvX/Du8k=",
    strip_prefix = "meshtastic-firmware-v2.3.3.8187fa7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz",
← v2.3.4.ea61808v2.3.2.63df972 →