vault / meshtastic-firmware / v2.0.17.5d1c06b
meshtastic-firmware @ v2.0.17.5d1c06b
integrity
- size
- 682.6 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
What's Changed
- User configurable center frequency by @caveman99 in https://github.com/meshtastic/firmware/pull/2230
- Do not send when region unset by @caveman99 in https://github.com/meshtastic/firmware/pull/2231
- Weight tx delay to prefer Repeaters as well by @thebentern in https://github.com/meshtastic/firmware/pull/2232
- Bugfix: Set encryptedOk to false for local_only rebroadcast by @thebentern in https://github.com/meshtastic/firmware/pull/2233
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.0.16.2242b68...v2.0.17.5d1c06b
download
unix · zip
curl -fL -o v2.0.17.5d1c06b.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.17.5d1c06b.zip
printf '%s %s\n' '8f6db33ce5cc2d1b21fc0f1871f02e7929f835d6f65672d146feb89c3df63084' 'v2.0.17.5d1c06b.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.17.5d1c06b.zip"
$out = "v2.0.17.5d1c06b.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f6db33ce5cc2d1b21fc0f1871f02e7929f835d6f65672d146feb89c3df63084") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.17.5d1c06b.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.17.5d1c06b.tar.gz
printf '%s %s\n' 'b124f5c46c6570629251007e7983bcbb8793b43669d77d9d8c4327761cd6f858' 'v2.0.17.5d1c06b.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.17.5d1c06b.tar.gz"
$out = "v2.0.17.5d1c06b.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b124f5c46c6570629251007e7983bcbb8793b43669d77d9d8c4327761cd6f858") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.17.5d1c06b.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.17.5d1c06b.zip
printf '%s %s\n' '8f6db33ce5cc2d1b21fc0f1871f02e7929f835d6f65672d146feb89c3df63084' 'v2.0.17.5d1c06b.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.17.5d1c06b.zip"
$out = "v2.0.17.5d1c06b.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f6db33ce5cc2d1b21fc0f1871f02e7929f835d6f65672d146feb89c3df63084") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.17.5d1c06b.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.17.5d1c06b.tar.gz
printf '%s %s\n' 'b124f5c46c6570629251007e7983bcbb8793b43669d77d9d8c4327761cd6f858' 'v2.0.17.5d1c06b.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.17.5d1c06b.tar.gz"
$out = "v2.0.17.5d1c06b.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b124f5c46c6570629251007e7983bcbb8793b43669d77d9d8c4327761cd6f858") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.17.5d1c06b.zip | zip | 690.4 KiB |
blake3-24 6f2ed88b492f8fc64a89e2914cb107b442f1f38845ebbf0a
sha256 8f6db33ce5cc2d1b21fc0f1871f02e7929f835d6f65672d146feb89c3df63084
sha1 5fae5edf6ecf12e7a548b074a799c1030f454c1c
|
| v2.0.17.5d1c06b.tar.gz | tar.gz | 448.8 KiB |
blake3-24 0ad1179de0a102e386e8990ec4aaa21643d5e986f8f6efba
sha256 b124f5c46c6570629251007e7983bcbb8793b43669d77d9d8c4327761cd6f858
sha1 638575e23b85c04aba0593e02509c1390c1eb60c
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.17.5d1c06b.tar.gz"],
integrity = "sha256-sST1xGxlcGKSUQB+eYO8u4eTtDZp132djEMndhzW+Fg=",
strip_prefix = "meshtastic-firmware-v2.0.17.5d1c06b",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.17.5d1c06b.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.17.5d1c06b.tar.gz"],
integrity = "sha256-sST1xGxlcGKSUQB+eYO8u4eTtDZp132djEMndhzW+Fg=",
strip_prefix = "meshtastic-firmware-v2.0.17.5d1c06b",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.17.5d1c06b.tar.gz",