vault / meshtastic-firmware / v2.5.8.6485f03
meshtastic-firmware @ v2.5.8.6485f03
integrity
- size
- 3.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
⚠️ Known issues
- Enabling NeighborInfo module can cause device crashes #5235
🚀 Enhancements
- Coerce minimum telemetry interval of 30 minutes on defaults and make new default interval one hour by @thebentern in https://github.com/meshtastic/firmware/pull/5086
- Add buzzer feedback on GPS toggle by @Technologyman00 in https://github.com/meshtastic/firmware/pull/5090
- Add
-pflag by @madeofstown in https://github.com/meshtastic/firmware/pull/5093 - Initial NODENUM_BROADCAST_NO_LORA implementation with NeighborInfo module by @thebentern in https://github.com/meshtastic/firmware/pull/5087
- Move 115200 baud GNSS probe earlier by @thebentern in https://github.com/meshtastic/firmware/pull/5101
- MPR121 Touch IC Based Keypad Input Module by @aussieklutz in https://github.com/meshtastic/firmware/pull/5103
- Add RFC 3927 IP address space to private IP checks by @rbrtio in https://github.com/meshtastic/firmware/pull/5115
- Update meshtasticd.service by @yNosGR in https://github.com/meshtastic/firmware/pull/5118
- Add Configurable UPLINK_ENABLED and DOWNLINK_ENABLED in userPrefs.h by @panaceya in https://github.com/meshtastic/firmware/pull/5120
- Add device unique id by @thebentern in https://github.com/meshtastic/firmware/pull/5092
- Account for port number in MQTT server by @JohnathonMohr in https://github.com/meshtastic/firmware/pull/5084
🐛 Bug fixes & maintenance
- Revert "Permanently engage !CTRL" by @caveman99 in https://github.com/meshtastic/firmware/pull/5095
- Fix GPS_DEBUG output by @fifieldt in https://github.com/meshtastic/firmware/pull/5100
- Wide_Lora uses 12 symbols to be compatible with SX1280 by @caveman99 in https://github.com/meshtastic/firmware/pull/5112
- Fix rebroadcasting encrypted packets when
KNOWN_ONLY/LOCAL_ONLYis used by @GUVWAF in https://github.com/meshtastic/firmware/pull/5109
New Contributors
- @Technologyman00 made their first contribution in https://github.com/meshtastic/firmware/pull/5090
- @madeofstown made their first contribution in https://github.com/meshtastic/firmware/pull/5093
- @aussieklutz made their first contribution in https://github.com/meshtastic/firmware/pull/5103
- @rbrtio made their first contribution in https://github.com/meshtastic/firmware/pull/5115
- @yNosGR made their first contribution in https://github.com/meshtastic/firmware/pull/5118
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.5.7.f77c87d...v2.5.8.6485f03
download
unix · zip
curl -fL -o v2.5.8.6485f03.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.8.6485f03.zip
printf '%s %s\n' '0f2c572cd8262a9bab873fdc4cec31ee0de60561f618949b52a39780b46f802f' 'v2.5.8.6485f03.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.8.6485f03.zip"
$out = "v2.5.8.6485f03.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f2c572cd8262a9bab873fdc4cec31ee0de60561f618949b52a39780b46f802f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.8.6485f03.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.8.6485f03.tar.gz
printf '%s %s\n' '30ae86e5d094ab02c951314d56fa2c59d9c849a3245626942766f581198f7e4c' 'v2.5.8.6485f03.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.8.6485f03.tar.gz"
$out = "v2.5.8.6485f03.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "30ae86e5d094ab02c951314d56fa2c59d9c849a3245626942766f581198f7e4c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.8.6485f03.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.8.6485f03.zip
printf '%s %s\n' '0f2c572cd8262a9bab873fdc4cec31ee0de60561f618949b52a39780b46f802f' 'v2.5.8.6485f03.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.8.6485f03.zip"
$out = "v2.5.8.6485f03.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f2c572cd8262a9bab873fdc4cec31ee0de60561f618949b52a39780b46f802f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.8.6485f03.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.8.6485f03.tar.gz
printf '%s %s\n' '30ae86e5d094ab02c951314d56fa2c59d9c849a3245626942766f581198f7e4c' 'v2.5.8.6485f03.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.8.6485f03.tar.gz"
$out = "v2.5.8.6485f03.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "30ae86e5d094ab02c951314d56fa2c59d9c849a3245626942766f581198f7e4c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.8.6485f03.zip | zip | 3.3 MiB |
blake3-24 ab775f9f595ded9d4edbe1039c4bedf3b4ad381637e9a3eb
sha256 0f2c572cd8262a9bab873fdc4cec31ee0de60561f618949b52a39780b46f802f
sha1 d88a9355221514b451cb524640a2059c874a7521
|
| v2.5.8.6485f03.tar.gz | tar.gz | 2.8 MiB |
blake3-24 efaa91ccfe6346fb394b1c6615c704768e6bfd38f085bbac
sha256 30ae86e5d094ab02c951314d56fa2c59d9c849a3245626942766f581198f7e4c
sha1 4e9d9afcab8465fcc766639bccc0ec701a255e5b
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.8.6485f03.tar.gz"],
integrity = "sha256-MK6G5dCUqwLJUTFNVvosWdnISaMkViaUJ2b1gRmPfkw=",
strip_prefix = "meshtastic-firmware-v2.5.8.6485f03",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.8.6485f03.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.8.6485f03.tar.gz"],
integrity = "sha256-MK6G5dCUqwLJUTFNVvosWdnISaMkViaUJ2b1gRmPfkw=",
strip_prefix = "meshtastic-firmware-v2.5.8.6485f03",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.8.6485f03.tar.gz",