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/0.4.3
vault / meshtastic-firmware / 0.4.3

meshtastic-firmware @ 0.4.3

integrity

size
12.7 MiB
downloaded
last checked
source https://github.com/meshtastic/firmware · available · github

release notes

oops, recent builds were all using US frequencies. If you are outside the US, you should upgrade ASAP (and really really - soonish I'll turn on software update from the android app)

Thanks to @spattinson and @eugene for the report. I'm sorry about my mistake.

Changes since last release:

https://github.com/meshtastic/Meshtastic-esp32/compare/0.4.1...0.4.3

download

unix · zip
curl -fL -o 0.4.3.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.4.3.zip
                    printf '%s  %s\n' '356708d9a965f8426f66b48ea6a7dc0bdcd0ec3d52c5e29745901981f663f15d' '0.4.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.4.3.zip"
$out = "0.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "356708d9a965f8426f66b48ea6a7dc0bdcd0ec3d52c5e29745901981f663f15d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.3.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.4.3.tar.gz
                    printf '%s  %s\n' 'a7adca8df714dfc26f7298b35a81771d70e8bc5c92fe62ad629ef105c5d66f9d' '0.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.4.3.tar.gz"
$out = "0.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7adca8df714dfc26f7298b35a81771d70e8bc5c92fe62ad629ef105c5d66f9d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.4.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.4.3.zip
                    printf '%s  %s\n' '356708d9a965f8426f66b48ea6a7dc0bdcd0ec3d52c5e29745901981f663f15d' '0.4.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.4.3.zip"
$out = "0.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "356708d9a965f8426f66b48ea6a7dc0bdcd0ec3d52c5e29745901981f663f15d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.4.3.tar.gz
                    printf '%s  %s\n' 'a7adca8df714dfc26f7298b35a81771d70e8bc5c92fe62ad629ef105c5d66f9d' '0.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.4.3.tar.gz"
$out = "0.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7adca8df714dfc26f7298b35a81771d70e8bc5c92fe62ad629ef105c5d66f9d") { throw "sha256 mismatch" }
artifact format size hashes
0.4.3.zip zip 12.8 MiB
blake3-24 da7bf402deeb072ec0003b971cd5a2f618def6e9549ee4da
sha256 356708d9a965f8426f66b48ea6a7dc0bdcd0ec3d52c5e29745901981f663f15d
sha1 ab829dd0cf5d05235f3880f3aa5c6326a7f5ed1a
0.4.3.tar.gz tar.gz 12.7 MiB
blake3-24 e89f2d7e6cbc84273d02cb97a54111a66d4bb64301d7f111
sha256 a7adca8df714dfc26f7298b35a81771d70e8bc5c92fe62ad629ef105c5d66f9d
sha1 dad39dda73dc48b1f3dccfeb26aba986531b1d0d

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.4.3.tar.gz"],
    integrity = "sha256-p63KjfcU38JvcpizWoF3HXDovFyS/mKtYp7xBcXWb50=",
    strip_prefix = "meshtastic-firmware-0.4.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.4.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.4.3.tar.gz"],
    integrity = "sha256-p63KjfcU38JvcpizWoF3HXDovFyS/mKtYp7xBcXWb50=",
    strip_prefix = "meshtastic-firmware-0.4.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.4.3.tar.gz",
← 0.6.00.4.2 →