vault / meshtastic-firmware / 0.7.11
meshtastic-firmware @ 0.7.11
integrity
- size
- 12.9 MiB
- downloaded
- last checked
release notes
Major changes since 0.7.10
- @professr made the device status screen even more pollished (bars for GPS signal quality). She also added "north" marker on the compass display - so you can see where the device thinks is north (estimated by your past movement) and fixed "automatic location updates" when you view a node on the device screen.
- @grcasanova - cleaned up namespace usage in the codebase
- @slavino added (working) support for the TBEAM0.7
- @mrvdb fixed drawing issues with sh1106 displays
download
unix · zip
curl -fL -o 0.7.11.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.7.11.zip
printf '%s %s\n' 'f416cdaf0cd453e0cbac0b8d510faae78e4f740e58c21e6ad20fe8a7ae7c0e67' '0.7.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.7.11.zip"
$out = "0.7.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f416cdaf0cd453e0cbac0b8d510faae78e4f740e58c21e6ad20fe8a7ae7c0e67") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.11.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.7.11.tar.gz
printf '%s %s\n' 'd0ba7a3c995c9af5606e494bb62a4dea0d74e1d1458e79352b3c0520a0718c41' '0.7.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.7.11.tar.gz"
$out = "0.7.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0ba7a3c995c9af5606e494bb62a4dea0d74e1d1458e79352b3c0520a0718c41") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.7.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.7.11.zip
printf '%s %s\n' 'f416cdaf0cd453e0cbac0b8d510faae78e4f740e58c21e6ad20fe8a7ae7c0e67' '0.7.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.7.11.zip"
$out = "0.7.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f416cdaf0cd453e0cbac0b8d510faae78e4f740e58c21e6ad20fe8a7ae7c0e67") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.7.11.tar.gz
printf '%s %s\n' 'd0ba7a3c995c9af5606e494bb62a4dea0d74e1d1458e79352b3c0520a0718c41' '0.7.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.7.11.tar.gz"
$out = "0.7.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0ba7a3c995c9af5606e494bb62a4dea0d74e1d1458e79352b3c0520a0718c41") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.7.11.zip | zip | 12.9 MiB |
blake3-24 66d991920fadabe837865f1cb5d094b44ad49a68f9d481b6
sha256 f416cdaf0cd453e0cbac0b8d510faae78e4f740e58c21e6ad20fe8a7ae7c0e67
sha1 9c447a606079fbb92aaf54fbcbfa08ab01352042
|
| 0.7.11.tar.gz | tar.gz | 12.9 MiB |
blake3-24 8f71b6966d812c106b041cb9fa88a74e504697e98abd1b5e
sha256 d0ba7a3c995c9af5606e494bb62a4dea0d74e1d1458e79352b3c0520a0718c41
sha1 f300fd5ad569cb428e35fe828dd1dce91afd250c
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.7.11.tar.gz"],
integrity = "sha256-0Lp6PJlcmvVgbklLtipN6g104dFFjnk1KzwFIKBxjEE=",
strip_prefix = "meshtastic-firmware-0.7.11",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.7.11.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.7.11.tar.gz"],
integrity = "sha256-0Lp6PJlcmvVgbklLtipN6g104dFFjnk1KzwFIKBxjEE=",
strip_prefix = "meshtastic-firmware-0.7.11",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.7.11.tar.gz",