vault / meshtastic-firmware / 0.1.10
meshtastic-firmware @ 0.1.10
integrity
- size
- 12.7 MiB
- downloaded
- last checked
release notes
Minor improvements - update if you want.
Highlights:
- When you press a button to wake the screen, the device will now (behind the scenes) ask any remote node you are looking at to exchange updated position data. This should make navigation to other users work much better once you are close.
- Devices that don't have a GPS will now automatically learn their network time from other nodes on the mesh that do have GPS (either built in or because the attached phone is helping it)
- More debugging support to track down a couple of issues that show remotely but not here.
Full list of changes: https://github.com/meshtastic/Meshtastic-esp32/compare/0.1.9...0.1.10
download
unix · zip
curl -fL -o 0.1.10.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.1.10.zip
printf '%s %s\n' '058e87c0b4c6091fe4754e19c72d82144ff59ef6912bad84414653635a7d7bcd' '0.1.10.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.10.zip"
$out = "0.1.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "058e87c0b4c6091fe4754e19c72d82144ff59ef6912bad84414653635a7d7bcd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.1.10.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.1.10.tar.gz
printf '%s %s\n' '223663938eecaf5a1e2a70217f432ff90081906efe7a3f8c8da62aef2d7393ff' '0.1.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.10.tar.gz"
$out = "0.1.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "223663938eecaf5a1e2a70217f432ff90081906efe7a3f8c8da62aef2d7393ff") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.1.10.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.10.zip
printf '%s %s\n' '058e87c0b4c6091fe4754e19c72d82144ff59ef6912bad84414653635a7d7bcd' '0.1.10.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.10.zip"
$out = "0.1.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "058e87c0b4c6091fe4754e19c72d82144ff59ef6912bad84414653635a7d7bcd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.1.10.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.10.tar.gz
printf '%s %s\n' '223663938eecaf5a1e2a70217f432ff90081906efe7a3f8c8da62aef2d7393ff' '0.1.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.10.tar.gz"
$out = "0.1.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "223663938eecaf5a1e2a70217f432ff90081906efe7a3f8c8da62aef2d7393ff") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.1.10.zip | zip | 12.7 MiB |
blake3-24 58641e30407b42fe63c64b5367de58a6eac1de206413fcff
sha256 058e87c0b4c6091fe4754e19c72d82144ff59ef6912bad84414653635a7d7bcd
sha1 65f76cf74ce0e5d4696981f772838df6f7b9f485
|
| 0.1.10.tar.gz | tar.gz | 12.7 MiB |
blake3-24 30ddd8b648ddcb236a2a2e8cfa1eb2e25b2a7b48774018f8
sha256 223663938eecaf5a1e2a70217f432ff90081906efe7a3f8c8da62aef2d7393ff
sha1 254a90583e3b52f5d1d58eeb5abd3e2ab8ac43f0
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.1.10.tar.gz"],
integrity = "sha256-IjZjk47sr1oeKnAhf0Mv+QCBkG7+ej+MjaYq7y1zk/8=",
strip_prefix = "meshtastic-firmware-0.1.10",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.10.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.10.tar.gz"],
integrity = "sha256-IjZjk47sr1oeKnAhf0Mv+QCBkG7+ej+MjaYq7y1zk/8=",
strip_prefix = "meshtastic-firmware-0.1.10",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.10.tar.gz",