vault / meshtastic-firmware / 0.1.7
meshtastic-firmware @ 0.1.7
integrity
- size
- 12.7 MiB
- downloaded
- last checked
release notes
A quick small release to fix some bugs that showed up the last few days. Thanks everyone for the reports.
Fixes of note:
- Some OLED clone displays discard the first write, so we now draw the boot screen twice
- Possible fix for bug #17 for users to test and report back
- Allow GPSes to work even on HELTEC style boards (but you'll need to connect the GPS to the two serial pins)
- @girtsf added a slick tool to analyze crash reports
- Fix the breakage I introduced for HELTECs in 0.1.6
Credits:
- Woot @girtsf is coming up to speed and fixing things!
Full list of changes: https://github.com/meshtastic/Meshtastic-esp32/compare/0.1.6...0.1.7
download
unix · zip
curl -fL -o 0.1.7.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.1.7.zip
printf '%s %s\n' '8a9e04cfc42b637b7be2da4fb59b4d7b5bdb1a764ad197358b819d41e35e9c94' '0.1.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.7.zip"
$out = "0.1.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8a9e04cfc42b637b7be2da4fb59b4d7b5bdb1a764ad197358b819d41e35e9c94") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.1.7.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.1.7.tar.gz
printf '%s %s\n' 'c1a96cb0a819e48086f8730b31ebec9f985863d64d6ca3c23570d4a0ced25139' '0.1.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.7.tar.gz"
$out = "0.1.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1a96cb0a819e48086f8730b31ebec9f985863d64d6ca3c23570d4a0ced25139") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.1.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.7.zip
printf '%s %s\n' '8a9e04cfc42b637b7be2da4fb59b4d7b5bdb1a764ad197358b819d41e35e9c94' '0.1.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.7.zip"
$out = "0.1.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8a9e04cfc42b637b7be2da4fb59b4d7b5bdb1a764ad197358b819d41e35e9c94") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.1.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.7.tar.gz
printf '%s %s\n' 'c1a96cb0a819e48086f8730b31ebec9f985863d64d6ca3c23570d4a0ced25139' '0.1.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.7.tar.gz"
$out = "0.1.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1a96cb0a819e48086f8730b31ebec9f985863d64d6ca3c23570d4a0ced25139") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.1.7.zip | zip | 12.7 MiB |
blake3-24 5cae347a7fcfce3bfaaa15e56226a10b0c3c4f20be725cd9
sha256 8a9e04cfc42b637b7be2da4fb59b4d7b5bdb1a764ad197358b819d41e35e9c94
sha1 d6dde6551b1f4a4da5be8882f7403987d66c920d
|
| 0.1.7.tar.gz | tar.gz | 12.7 MiB |
blake3-24 c173f4d3eba8205b5d6d01b95a6e2084bf1d86a750b0dc6f
sha256 c1a96cb0a819e48086f8730b31ebec9f985863d64d6ca3c23570d4a0ced25139
sha1 e617f7d368423f0b116fbb80c4a5dbfe3ca55dd5
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.1.7.tar.gz"],
integrity = "sha256-walssKgZ5ICG+HMLMevsn5hYY9ZNbKPCNXDUoM7SUTk=",
strip_prefix = "meshtastic-firmware-0.1.7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.7.tar.gz"],
integrity = "sha256-walssKgZ5ICG+HMLMevsn5hYY9ZNbKPCNXDUoM7SUTk=",
strip_prefix = "meshtastic-firmware-0.1.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.7.tar.gz",