vault / meshtastic-firmware / v2.1.15.cd78723
meshtastic-firmware @ v2.1.15.cd78723
integrity
- size
- 761.0 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Enhancements
- Wio-e5 support progress by @thebentern in https://github.com/meshtastic/firmware/pull/2265
- Open up Serial Module to T-Echo by @thebentern in https://github.com/meshtastic/firmware/pull/2533
- Enable range test module (sending only) on NRF by @thebentern in https://github.com/meshtastic/firmware/pull/2534
- Use INA for device battery level by @thebentern in https://github.com/meshtastic/firmware/pull/2536
Bug fixes
- Cancel rebroadcast in Tx queue upon receiving another rebroadcast by @GUVWAF in https://github.com/meshtastic/firmware/pull/2538
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.1.14.99a31c1...v2.1.15.cd78723
download
unix · zip
curl -fL -o v2.1.15.cd78723.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.15.cd78723.zip
printf '%s %s\n' 'f5c5f591fa2864128e6cc30ea522a8dc15bfa7cd4f178696035396538684d63f' 'v2.1.15.cd78723.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.15.cd78723.zip"
$out = "v2.1.15.cd78723.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f5c5f591fa2864128e6cc30ea522a8dc15bfa7cd4f178696035396538684d63f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.15.cd78723.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.15.cd78723.tar.gz
printf '%s %s\n' 'b5da499145439345a32ac38a5f0b126cef5ce95f9bdc2666a30b72e029d0d2aa' 'v2.1.15.cd78723.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.15.cd78723.tar.gz"
$out = "v2.1.15.cd78723.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b5da499145439345a32ac38a5f0b126cef5ce95f9bdc2666a30b72e029d0d2aa") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.15.cd78723.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.15.cd78723.zip
printf '%s %s\n' 'f5c5f591fa2864128e6cc30ea522a8dc15bfa7cd4f178696035396538684d63f' 'v2.1.15.cd78723.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.15.cd78723.zip"
$out = "v2.1.15.cd78723.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f5c5f591fa2864128e6cc30ea522a8dc15bfa7cd4f178696035396538684d63f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.15.cd78723.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.15.cd78723.tar.gz
printf '%s %s\n' 'b5da499145439345a32ac38a5f0b126cef5ce95f9bdc2666a30b72e029d0d2aa' 'v2.1.15.cd78723.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.15.cd78723.tar.gz"
$out = "v2.1.15.cd78723.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b5da499145439345a32ac38a5f0b126cef5ce95f9bdc2666a30b72e029d0d2aa") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.15.cd78723.zip | zip | 769.8 KiB |
blake3-24 12fb58ea63c66e8b47396b12646033b2432c59f2f29d0423
sha256 f5c5f591fa2864128e6cc30ea522a8dc15bfa7cd4f178696035396538684d63f
sha1 446d417f55c54becaeef637c2fe72f8745b2d815
|
| v2.1.15.cd78723.tar.gz | tar.gz | 494.0 KiB |
blake3-24 9d45ef81131598f1dad3e696326a1067e735b3885861f9b3
sha256 b5da499145439345a32ac38a5f0b126cef5ce95f9bdc2666a30b72e029d0d2aa
sha1 a5e03789ae04da551e9870ef6eb4ad878347d66e
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.15.cd78723.tar.gz"],
integrity = "sha256-tdpJkUVDk0WjKsOKXwsSbO9c6V+b3CZmowty4CnQ0qo=",
strip_prefix = "meshtastic-firmware-v2.1.15.cd78723",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.15.cd78723.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.15.cd78723.tar.gz"],
integrity = "sha256-tdpJkUVDk0WjKsOKXwsSbO9c6V+b3CZmowty4CnQ0qo=",
strip_prefix = "meshtastic-firmware-v2.1.15.cd78723",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.15.cd78723.tar.gz",