vault / meshtastic-firmware / 0.6.8
meshtastic-firmware @ 0.6.8
integrity
- size
- 12.9 MiB
- downloaded
- last checked
release notes
This is a quick small release to fix a serious bug that can cause repeated device reboots - introduced in 0.6.7. If you've installed 0.6.7 you should update to this release, otherwise it isn't critical.
https://github.com/meshtastic/Meshtastic-device/commit/9ea65c6793fba9356f746fff419c9366299f8664
download
unix · zip
curl -fL -o 0.6.8.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.6.8.zip
printf '%s %s\n' '08dc9533f8e872415d0c2f4b0b46072abe44f133d2ab1785c674888c14c86ee8' '0.6.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.8.zip"
$out = "0.6.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "08dc9533f8e872415d0c2f4b0b46072abe44f133d2ab1785c674888c14c86ee8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.8.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.6.8.tar.gz
printf '%s %s\n' '572558752b388f5fe53e25fdd1f38b5af78114168a8932e39a88a43cf98e6187' '0.6.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.8.tar.gz"
$out = "0.6.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "572558752b388f5fe53e25fdd1f38b5af78114168a8932e39a88a43cf98e6187") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.6.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.8.zip
printf '%s %s\n' '08dc9533f8e872415d0c2f4b0b46072abe44f133d2ab1785c674888c14c86ee8' '0.6.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.8.zip"
$out = "0.6.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "08dc9533f8e872415d0c2f4b0b46072abe44f133d2ab1785c674888c14c86ee8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.8.tar.gz
printf '%s %s\n' '572558752b388f5fe53e25fdd1f38b5af78114168a8932e39a88a43cf98e6187' '0.6.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.8.tar.gz"
$out = "0.6.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "572558752b388f5fe53e25fdd1f38b5af78114168a8932e39a88a43cf98e6187") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.6.8.zip | zip | 12.9 MiB |
blake3-24 a5a84b9ee6e2a1eecbec098fc35bdde4342d0850f151894d
sha256 08dc9533f8e872415d0c2f4b0b46072abe44f133d2ab1785c674888c14c86ee8
sha1 78c6b817f49159882b5d51999dcf70de96b96db7
|
| 0.6.8.tar.gz | tar.gz | 12.8 MiB |
blake3-24 2ecf50a7280fe28e57bb18accbd70f81dfe45fca0c87daa8
sha256 572558752b388f5fe53e25fdd1f38b5af78114168a8932e39a88a43cf98e6187
sha1 b3572bfd600d32e17e201985fefabef41b64a08d
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.6.8.tar.gz"],
integrity = "sha256-VyVYdSs4j1/lPiX90fOLWveBFBaKiTLjmoikPPmOYYc=",
strip_prefix = "meshtastic-firmware-0.6.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.8.tar.gz"],
integrity = "sha256-VyVYdSs4j1/lPiX90fOLWveBFBaKiTLjmoikPPmOYYc=",
strip_prefix = "meshtastic-firmware-0.6.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.8.tar.gz",