meshtastic-firmware @ 0.6.2
integrity
- size
- 12.8 MiB
- downloaded
- last checked
release notes
Update: forum users report problems with this release so I'm removing the bin until I investigate.
-
fix the dropped packet bug. we now always listen before transmit for a few milliseconds. We also randomly jitter transmit times so the odds of two transmitters starting at the same time are super low.
-
Use ints for lat/long, which will improve accuracy on the map in the app (app update required)
-
limit max power on the rf95 to 17 dbm because 20 requires that we promise a 1% duty cycle or the part might overheat.
-
If we fail at convincing the GPS to switch to ublox protocol fallback to NEMA. I bet this will make the new tbeams with "neo 8m" GPSes work. Though I now kinda suspect those GPSes might be fake and they are just putting in cheaper generic NMEA GPSes
https://github.com/meshtastic/Meshtastic-device/compare/0.6.1...0.6.2
download
curl -fL -o 0.6.2.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.zip
printf '%s %s\n' '63e960e141cc643ca271cb41f531b0f071d4214e2e35a9a87086683fddb80524' '0.6.2.zip' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.zip"
$out = "0.6.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "63e960e141cc643ca271cb41f531b0f071d4214e2e35a9a87086683fddb80524") { throw "sha256 mismatch" }
curl -fL -o 0.6.2.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.tar.gz
printf '%s %s\n' 'd1ec5bb8905a0d60b8631ec0533d54556b2dc5b17b399b3abfb224e2eae2edd8' '0.6.2.tar.gz' | sha256sum -c -
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.tar.gz"
$out = "0.6.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1ec5bb8905a0d60b8631ec0533d54556b2dc5b17b399b3abfb224e2eae2edd8") { throw "sha256 mismatch" }
download via yggdrasil mesh
curl -fL -o 0.6.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.zip
printf '%s %s\n' '63e960e141cc643ca271cb41f531b0f071d4214e2e35a9a87086683fddb80524' '0.6.2.zip' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.zip"
$out = "0.6.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "63e960e141cc643ca271cb41f531b0f071d4214e2e35a9a87086683fddb80524") { throw "sha256 mismatch" }
curl -fL -o 0.6.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.tar.gz
printf '%s %s\n' 'd1ec5bb8905a0d60b8631ec0533d54556b2dc5b17b399b3abfb224e2eae2edd8' '0.6.2.tar.gz' | sha256sum -c -
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.tar.gz"
$out = "0.6.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1ec5bb8905a0d60b8631ec0533d54556b2dc5b17b399b3abfb224e2eae2edd8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.6.2.zip | zip | 12.8 MiB |
blake3-24 2488c9bb88e2f738fd4690ab87cc7dc8767ea2e5252983b0
sha256 63e960e141cc643ca271cb41f531b0f071d4214e2e35a9a87086683fddb80524
sha1 1a63ef049afceb2a5584a93fb0809a9b0e79a621
|
| 0.6.2.tar.gz | tar.gz | 12.7 MiB |
blake3-24 badefdacb4a0010714da8723f10f5ad699e9c9f12775b9e3
sha256 d1ec5bb8905a0d60b8631ec0533d54556b2dc5b17b399b3abfb224e2eae2edd8
sha1 80328a367862bb09e056fe97773c488d8d51ae6b
|
install
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.tar.gz"],
integrity = "sha256-0exbuJBaDWC4Yx7AUz1UVWstxbF7OZs6v7Ik4uri7dg=",
strip_prefix = "meshtastic-firmware-0.6.2",
)
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.2.tar.gz",
install via yggdrasil mesh
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.tar.gz"],
integrity = "sha256-0exbuJBaDWC4Yx7AUz1UVWstxbF7OZs6v7Ik4uri7dg=",
strip_prefix = "meshtastic-firmware-0.6.2",
)
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.2.tar.gz",