vault / meshtastic-firmware / 0.9.5
meshtastic-firmware @ 0.9.5
integrity
- size
- 19.4 MiB
- downloaded
- last checked
release notes
- Fix #333 screens were redrawing when they should not
- Fix #336 don't send battery status from nodes without batteris
- Fix #322 lora32 deep sleep bug
- Support @Corvus NRF52 board
- Fix an autobug that showed in android - root cause was an error in the firmware update restart code on the device
- Fix #349 channel name suffix was not displayed correctly (wrong letter)
download
unix · zip
curl -fL -o 0.9.5.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.9.5.zip
printf '%s %s\n' '8f96a868e382658de17431799e05596c6a9ea8114785daf7eff2cfe017a95d4c' '0.9.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.9.5.zip"
$out = "0.9.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f96a868e382658de17431799e05596c6a9ea8114785daf7eff2cfe017a95d4c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.9.5.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.9.5.tar.gz
printf '%s %s\n' '7a15f53d52466792302ecfcbcfc2b020e30e0f356ff701c0017c41d74488c98c' '0.9.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.9.5.tar.gz"
$out = "0.9.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7a15f53d52466792302ecfcbcfc2b020e30e0f356ff701c0017c41d74488c98c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.9.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.9.5.zip
printf '%s %s\n' '8f96a868e382658de17431799e05596c6a9ea8114785daf7eff2cfe017a95d4c' '0.9.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.9.5.zip"
$out = "0.9.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f96a868e382658de17431799e05596c6a9ea8114785daf7eff2cfe017a95d4c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.9.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.9.5.tar.gz
printf '%s %s\n' '7a15f53d52466792302ecfcbcfc2b020e30e0f356ff701c0017c41d74488c98c' '0.9.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.9.5.tar.gz"
$out = "0.9.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7a15f53d52466792302ecfcbcfc2b020e30e0f356ff701c0017c41d74488c98c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.9.5.zip | zip | 19.5 MiB |
blake3-24 9db6b7316b4ae221f523ff14ea9026b07e9f2c63a9a95882
sha256 8f96a868e382658de17431799e05596c6a9ea8114785daf7eff2cfe017a95d4c
sha1 23c6c1481d2b4f43c00d3fcaef94981619db163a
|
| 0.9.5.tar.gz | tar.gz | 19.4 MiB |
blake3-24 9c3d427bdbb6682464d0c3eea6359f6e7983b6e10970d78e
sha256 7a15f53d52466792302ecfcbcfc2b020e30e0f356ff701c0017c41d74488c98c
sha1 24f0423d2d3c26c7d95aca87fc2cbf5feecdaa96
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.9.5.tar.gz"],
integrity = "sha256-ehX1PVJGZ5IwLs/Lz8KwIOMODzVv9wHAAXxB10SIyYw=",
strip_prefix = "meshtastic-firmware-0.9.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.9.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.9.5.tar.gz"],
integrity = "sha256-ehX1PVJGZ5IwLs/Lz8KwIOMODzVv9wHAAXxB10SIyYw=",
strip_prefix = "meshtastic-firmware-0.9.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.9.5.tar.gz",