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.19.eb7025f
vault / meshtastic-firmware / v2.1.19.eb7025f

meshtastic-firmware @ v2.1.19.eb7025f

integrity

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

release notes

This release notably contains: new hardware support for the Heltec Wireless Tracker and partial support for the Heltec Wireless Paper (missing E-Ink display functionality currently), GPS enhancements, fix for Bluetooth stack crashing on sending of text message on ESP32 devices, and a fix for the INA-2XX environmental telemetry measurement bug.

Bug Fixes

Enhancements

New Contributors

Full Changelog: https://github.com/meshtastic/firmware/compare/v2.1.18.de53280...v2.1.19.eb7025f

download

unix · zip
curl -fL -o v2.1.19.eb7025f.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.zip
                    printf '%s  %s\n' '5bbc88b7f81db5968ea613b29787ce726cad551044c7eac8609c365606c245e4' 'v2.1.19.eb7025f.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.zip"
$out = "v2.1.19.eb7025f.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5bbc88b7f81db5968ea613b29787ce726cad551044c7eac8609c365606c245e4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.19.eb7025f.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz
                    printf '%s  %s\n' '52f1ed94df7b40065d6a596595bf84ec10e4a08955d6e082249a0fff6cb62141' 'v2.1.19.eb7025f.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz"
$out = "v2.1.19.eb7025f.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "52f1ed94df7b40065d6a596595bf84ec10e4a08955d6e082249a0fff6cb62141") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.19.eb7025f.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.zip
                    printf '%s  %s\n' '5bbc88b7f81db5968ea613b29787ce726cad551044c7eac8609c365606c245e4' 'v2.1.19.eb7025f.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.zip"
$out = "v2.1.19.eb7025f.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5bbc88b7f81db5968ea613b29787ce726cad551044c7eac8609c365606c245e4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.19.eb7025f.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz
                    printf '%s  %s\n' '52f1ed94df7b40065d6a596595bf84ec10e4a08955d6e082249a0fff6cb62141' 'v2.1.19.eb7025f.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz"
$out = "v2.1.19.eb7025f.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "52f1ed94df7b40065d6a596595bf84ec10e4a08955d6e082249a0fff6cb62141") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.19.eb7025f.zip zip 791.6 KiB
blake3-24 a8305c8e6c7e9d08fd5c4e38bfce1de455388994e978a12c
sha256 5bbc88b7f81db5968ea613b29787ce726cad551044c7eac8609c365606c245e4
sha1 5a2f77270d2176a6e6a5ac84bc3c59e0b76b1e98
v2.1.19.eb7025f.tar.gz tar.gz 507.5 KiB
blake3-24 6268ac5ba2c1223de96e3f351a172aeb62af7e1df8ee62f9
sha256 52f1ed94df7b40065d6a596595bf84ec10e4a08955d6e082249a0fff6cb62141
sha1 492567efd18b4d28a52f4164dcf23277f70f46d2

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz"],
    integrity = "sha256-UvHtlN97QAZdallllb+E7BDkoIlV1uCCJJoP/2y2IUE=",
    strip_prefix = "meshtastic-firmware-v2.1.19.eb7025f",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz"],
    integrity = "sha256-UvHtlN97QAZdallllb+E7BDkoIlV1uCCJJoP/2y2IUE=",
    strip_prefix = "meshtastic-firmware-v2.1.19.eb7025f",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz",
← v2.1.21.97d7a89v2.1.17.7ca2e81 →