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.2.63df972
vault / meshtastic-firmware / v2.3.2.63df972

meshtastic-firmware @ v2.3.2.63df972

integrity

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

release notes

[!IMPORTANT]
This release changes the MQTT root prefix to msh/2/e to bring it in line with the QR code version. So if you are connected to an MQTT broker, you will not be able to communicate with your peers that have not yet made the upgrade.

[!NOTE]
With this release, the hop limit setting of the original transmitter is added to the unencrypted header such that for each received packet we can derive how many hops it used (providing all nodes in the route updated their firmware).

Enhancements

Bug fixes

New Contributors

Full Changelog: https://github.com/meshtastic/firmware/compare/v2.2.24.e6a2c06...v2.3.2.63df972

download

unix · zip
curl -fL -o v2.3.2.63df972.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.2.63df972.zip
                    printf '%s  %s\n' 'c81ea0ae60cf75335346e2a717f9844bd06aabd940f1489f245c91f44b4c512d' 'v2.3.2.63df972.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.2.63df972.zip"
$out = "v2.3.2.63df972.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c81ea0ae60cf75335346e2a717f9844bd06aabd940f1489f245c91f44b4c512d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.2.63df972.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.2.63df972.tar.gz
                    printf '%s  %s\n' 'c5ba5fc34104a5725f6755391a3fc8b012b5200f7e683cbdcadacfc21e77111e' 'v2.3.2.63df972.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.2.63df972.tar.gz"
$out = "v2.3.2.63df972.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c5ba5fc34104a5725f6755391a3fc8b012b5200f7e683cbdcadacfc21e77111e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.2.63df972.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.2.63df972.zip
                    printf '%s  %s\n' 'c81ea0ae60cf75335346e2a717f9844bd06aabd940f1489f245c91f44b4c512d' 'v2.3.2.63df972.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.2.63df972.zip"
$out = "v2.3.2.63df972.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c81ea0ae60cf75335346e2a717f9844bd06aabd940f1489f245c91f44b4c512d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.2.63df972.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.2.63df972.tar.gz
                    printf '%s  %s\n' 'c5ba5fc34104a5725f6755391a3fc8b012b5200f7e683cbdcadacfc21e77111e' 'v2.3.2.63df972.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.2.63df972.tar.gz"
$out = "v2.3.2.63df972.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c5ba5fc34104a5725f6755391a3fc8b012b5200f7e683cbdcadacfc21e77111e") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.2.63df972.zip zip 1.3 MiB
blake3-24 f05fe310c9bbe6edcd5d3ed21fff1f43b1aaaf729585d434
sha256 c81ea0ae60cf75335346e2a717f9844bd06aabd940f1489f245c91f44b4c512d
sha1 cf46747ac77a9ef6be4f9d1ad2ffabd57ffb2389
v2.3.2.63df972.tar.gz tar.gz 962.4 KiB
blake3-24 db50a99156a7b4f4857067197a6c8877efb8e0dc0461268e
sha256 c5ba5fc34104a5725f6755391a3fc8b012b5200f7e683cbdcadacfc21e77111e
sha1 b2bfb1ff4f381a4c43413203cf553a5bfd3a0b47

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.2.63df972.tar.gz"],
    integrity = "sha256-xbpfw0EEpXJfZ1U5Gj/IsBK1IA9+aDy9ytrPwh53ER4=",
    strip_prefix = "meshtastic-firmware-v2.3.2.63df972",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.2.63df972.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.2.63df972.tar.gz"],
    integrity = "sha256-xbpfw0EEpXJfZ1U5Gj/IsBK1IA9+aDy9ytrPwh53ER4=",
    strip_prefix = "meshtastic-firmware-v2.3.2.63df972",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.2.63df972.tar.gz",
← v2.3.3.8187fa7v2.2.24.e6a2c06 →