vault / meshtastic-firmware / v2.5.7.f77c87d
meshtastic-firmware @ v2.5.7.f77c87d
integrity
- size
- 3.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Enhancements
- Remove waypoint and text message frames on NodeDB reset as well by @thebentern in https://github.com/meshtastic/firmware/pull/5029
- Fix SH1107 - Set Geometry 128x128 by @markbirss in https://github.com/meshtastic/firmware/pull/5033
- Implement rebroadcast mode NONE by @thebentern in https://github.com/meshtastic/firmware/pull/5040
- Remove newline from logging statements. by @caveman99 in https://github.com/meshtastic/firmware/pull/5022
- [Board]: Support for M5Stack CoreS3 (Part 1: radio) by @lboue in https://github.com/meshtastic/firmware/pull/5049
- Add in RF95 support to Pro-micro DIY by @Nestpebble in https://github.com/meshtastic/firmware/pull/5055
- Drop oem.proto support in favor of userprefs by @caveman99 in https://github.com/meshtastic/firmware/pull/5061
- Ws85 updates : set want_ack, high_priority, add temperature. by @tavdog in https://github.com/meshtastic/firmware/pull/5052
- Add MQTT exception for private IP address server by @JohnathonMohr in https://github.com/meshtastic/firmware/pull/5072
- Ensure the MQTT address is an IPv4 before determining it's private by @JohnathonMohr in https://github.com/meshtastic/firmware/pull/5081
Bug fixes
- Remove waypoint and text message frames on NodeDB reset as well by @thebentern in https://github.com/meshtastic/firmware/pull/5029
- Retain
fixed_positionduring reset-nodedb by @andrekir in https://github.com/meshtastic/firmware/pull/5067 - Fix incorrect va_start calls by @jepler in https://github.com/meshtastic/firmware/pull/5076
- Permanently engage !CTRL by @caveman99 in https://github.com/meshtastic/firmware/pull/5036
New Contributors
- @jepler made their first contribution in https://github.com/meshtastic/firmware/pull/5076
- @JohnathonMohr made their first contribution in https://github.com/meshtastic/firmware/pull/5072
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.5.6.d55c08d...v2.5.7.f77c87d
download
unix · zip
curl -fL -o v2.5.7.f77c87d.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.7.f77c87d.zip
printf '%s %s\n' '61c837e4fb0ef458428467be879a0f83e221df11ad37bbae2e2824a479b5f701' 'v2.5.7.f77c87d.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.7.f77c87d.zip"
$out = "v2.5.7.f77c87d.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "61c837e4fb0ef458428467be879a0f83e221df11ad37bbae2e2824a479b5f701") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.7.f77c87d.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.7.f77c87d.tar.gz
printf '%s %s\n' 'cb906b49936fec2a3b64a23809a9862abf7dfb992e8366c5bcac62cf8b0e4d83' 'v2.5.7.f77c87d.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.7.f77c87d.tar.gz"
$out = "v2.5.7.f77c87d.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cb906b49936fec2a3b64a23809a9862abf7dfb992e8366c5bcac62cf8b0e4d83") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.7.f77c87d.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.7.f77c87d.zip
printf '%s %s\n' '61c837e4fb0ef458428467be879a0f83e221df11ad37bbae2e2824a479b5f701' 'v2.5.7.f77c87d.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.7.f77c87d.zip"
$out = "v2.5.7.f77c87d.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "61c837e4fb0ef458428467be879a0f83e221df11ad37bbae2e2824a479b5f701") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.7.f77c87d.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.7.f77c87d.tar.gz
printf '%s %s\n' 'cb906b49936fec2a3b64a23809a9862abf7dfb992e8366c5bcac62cf8b0e4d83' 'v2.5.7.f77c87d.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.7.f77c87d.tar.gz"
$out = "v2.5.7.f77c87d.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cb906b49936fec2a3b64a23809a9862abf7dfb992e8366c5bcac62cf8b0e4d83") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.7.f77c87d.zip | zip | 3.3 MiB |
blake3-24 d36e615da7f0122ba3b15be0a30139a5342cb1e6258f4bd3
sha256 61c837e4fb0ef458428467be879a0f83e221df11ad37bbae2e2824a479b5f701
sha1 725ca1bf0c88c3a01af8b87cde3fc045d8618b27
|
| v2.5.7.f77c87d.tar.gz | tar.gz | 2.8 MiB |
blake3-24 4df41836ca629e2d4f6cbcda40a1a3902302bef3f85b7bd0
sha256 cb906b49936fec2a3b64a23809a9862abf7dfb992e8366c5bcac62cf8b0e4d83
sha1 9e8342162df26f1c920e80752d7ce08f746eff31
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.7.f77c87d.tar.gz"],
integrity = "sha256-y5BrSZNv7Co7ZKI4CamGKr99+5kug2bFvKxiz4sOTYM=",
strip_prefix = "meshtastic-firmware-v2.5.7.f77c87d",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.7.f77c87d.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.7.f77c87d.tar.gz"],
integrity = "sha256-y5BrSZNv7Co7ZKI4CamGKr99+5kug2bFvKxiz4sOTYM=",
strip_prefix = "meshtastic-firmware-v2.5.7.f77c87d",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.7.f77c87d.tar.gz",