vault / meshtastic-firmware / v1.2.45.b674054
meshtastic-firmware @ v1.2.45.b674054
integrity
- size
- 495.1 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
This is a bugfix release - please alpha testers, can you report back on if it worked for you? I'd like to include this firmware in a new android app release.
- Add a native linux binary to the release directory - for use with the pine64 lora USB dongle.
- Fix a rare assertion failure which could occur due to pending interrupts. Multinode stresss test has now run for a week without any failures.
- Cleanup SSL/wifi software
- Automatically reconnect to MQTT server on wifi reconnect (if configured)
- Disable bluetooth while using wifi (ESP32 stack is buggy without this)
download
unix · zip
curl -fL -o v1.2.45.b674054.zip https://ratatoskr.space/pkg/meshtastic-firmware/v1.2.45.b674054.zip
printf '%s %s\n' '0e27025f4eac0baebb83be05fee941948af4f1b95d0fbd4bd721cc9b85e0a929' 'v1.2.45.b674054.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v1.2.45.b674054.zip"
$out = "v1.2.45.b674054.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0e27025f4eac0baebb83be05fee941948af4f1b95d0fbd4bd721cc9b85e0a929") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.45.b674054.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v1.2.45.b674054.tar.gz
printf '%s %s\n' 'b8e0d4e70f9300db507b08808f7ba7b0967e547294d4fde477d7daf6040c7ef0' 'v1.2.45.b674054.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v1.2.45.b674054.tar.gz"
$out = "v1.2.45.b674054.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b8e0d4e70f9300db507b08808f7ba7b0967e547294d4fde477d7daf6040c7ef0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.2.45.b674054.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v1.2.45.b674054.zip
printf '%s %s\n' '0e27025f4eac0baebb83be05fee941948af4f1b95d0fbd4bd721cc9b85e0a929' 'v1.2.45.b674054.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v1.2.45.b674054.zip"
$out = "v1.2.45.b674054.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0e27025f4eac0baebb83be05fee941948af4f1b95d0fbd4bd721cc9b85e0a929") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.45.b674054.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v1.2.45.b674054.tar.gz
printf '%s %s\n' 'b8e0d4e70f9300db507b08808f7ba7b0967e547294d4fde477d7daf6040c7ef0' 'v1.2.45.b674054.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v1.2.45.b674054.tar.gz"
$out = "v1.2.45.b674054.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b8e0d4e70f9300db507b08808f7ba7b0967e547294d4fde477d7daf6040c7ef0") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.2.45.b674054.zip | zip | 501.8 KiB |
blake3-24 9fb59a7fb8bd49908b1ecb89fc20b1d21c1699928e7812c0
sha256 0e27025f4eac0baebb83be05fee941948af4f1b95d0fbd4bd721cc9b85e0a929
sha1 c636227c20a5f6374eda7f3ab62091d8a1b0ba66
|
| v1.2.45.b674054.tar.gz | tar.gz | 341.7 KiB |
blake3-24 4e1b0829799af6717b952034f9ab8d531648fef8b069cfe9
sha256 b8e0d4e70f9300db507b08808f7ba7b0967e547294d4fde477d7daf6040c7ef0
sha1 fdb77c850bd738f037de7d01c8e1cadd2514a103
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v1.2.45.b674054.tar.gz"],
integrity = "sha256-uODU5w+TANtQewiAj3unsJZ+VHKU1P3kd9fa9gQMfvA=",
strip_prefix = "meshtastic-firmware-v1.2.45.b674054",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v1.2.45.b674054.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v1.2.45.b674054.tar.gz"],
integrity = "sha256-uODU5w+TANtQewiAj3unsJZ+VHKU1P3kd9fa9gQMfvA=",
strip_prefix = "meshtastic-firmware-v1.2.45.b674054",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v1.2.45.b674054.tar.gz",