vault / meshtastic-firmware / v2.1.5.23272da
meshtastic-firmware @ v2.1.5.23272da
integrity
- size
- 711.3 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Fixes
- Add Power Restraint for 1280 PA Model by @caveman99 in https://github.com/meshtastic/firmware/pull/2381
- Fix channel num in json output by @caveman99 in https://github.com/meshtastic/firmware/pull/2386
- Remove sending network ping to displayed node on interval by @GUVWAF in https://github.com/meshtastic/firmware/pull/2387
Enhancements
- Added t-beam v1.2 support by @lewisxhe in https://github.com/meshtastic/firmware/pull/2389
- Fix warning about experimental proto3 optional #2382 by @faydr in https://github.com/meshtastic/firmware/pull/2383
- Threshold based smart position broadcasts by @thebentern in https://github.com/meshtastic/firmware/pull/2388
New Contributors
- @faydr made their first contribution in https://github.com/meshtastic/firmware/pull/2383
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.1.4.958d2cf...v2.1.5.23272da
download
unix · zip
curl -fL -o v2.1.5.23272da.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.5.23272da.zip
printf '%s %s\n' '82477172d0c1acfe5bfd0872c41aa3cba23a502e22eaec55e6cf61b6b0cbb49f' 'v2.1.5.23272da.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.5.23272da.zip"
$out = "v2.1.5.23272da.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "82477172d0c1acfe5bfd0872c41aa3cba23a502e22eaec55e6cf61b6b0cbb49f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.5.23272da.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.5.23272da.tar.gz
printf '%s %s\n' '0c90f0d2e7d3d7cf93029cacee3c1d009c938d478567886684fd456e1e9cfed9' 'v2.1.5.23272da.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.5.23272da.tar.gz"
$out = "v2.1.5.23272da.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c90f0d2e7d3d7cf93029cacee3c1d009c938d478567886684fd456e1e9cfed9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.5.23272da.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.5.23272da.zip
printf '%s %s\n' '82477172d0c1acfe5bfd0872c41aa3cba23a502e22eaec55e6cf61b6b0cbb49f' 'v2.1.5.23272da.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.5.23272da.zip"
$out = "v2.1.5.23272da.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "82477172d0c1acfe5bfd0872c41aa3cba23a502e22eaec55e6cf61b6b0cbb49f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.5.23272da.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.5.23272da.tar.gz
printf '%s %s\n' '0c90f0d2e7d3d7cf93029cacee3c1d009c938d478567886684fd456e1e9cfed9' 'v2.1.5.23272da.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.5.23272da.tar.gz"
$out = "v2.1.5.23272da.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c90f0d2e7d3d7cf93029cacee3c1d009c938d478567886684fd456e1e9cfed9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.5.23272da.zip | zip | 719.7 KiB |
blake3-24 d0c9bdac2d287d84a9758fdc2d98b2d996c98c83708c688e
sha256 82477172d0c1acfe5bfd0872c41aa3cba23a502e22eaec55e6cf61b6b0cbb49f
sha1 1bf65e0e852cd2ebc852556ccba76b98b440d9d4
|
| v2.1.5.23272da.tar.gz | tar.gz | 468.8 KiB |
blake3-24 95a12693a576fc99cf7ee402a7794b532d7b0878be45ef4d
sha256 0c90f0d2e7d3d7cf93029cacee3c1d009c938d478567886684fd456e1e9cfed9
sha1 fdaeedac2c4ed6d8ec9c917d864699939c56d104
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.5.23272da.tar.gz"],
integrity = "sha256-DJDw0ufT18+TApys7jwdAJyTjUeFZ4hmhP1Fbh6c/tk=",
strip_prefix = "meshtastic-firmware-v2.1.5.23272da",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.5.23272da.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.5.23272da.tar.gz"],
integrity = "sha256-DJDw0ufT18+TApys7jwdAJyTjUeFZ4hmhP1Fbh6c/tk=",
strip_prefix = "meshtastic-firmware-v2.1.5.23272da",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.5.23272da.tar.gz",