vault / meshtastic-firmware / v2.1.10.7ef12c7
meshtastic-firmware @ v2.1.10.7ef12c7
integrity
- size
- 741.2 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Bug fixes
- Fix topic construction for mqtt debug by @caveman99 in https://github.com/meshtastic/firmware/pull/2438
- Fix DeviceConfig 'Button Pin Override' not working Issue 2434 by @caveman99 in https://github.com/meshtastic/firmware/pull/2439
- Try-fix: TBeam router goes sporadically into DS by @mverch67 in https://github.com/meshtastic/firmware/pull/2444
Enhancements
- Use BSEC lib for BME680 by @caveman99 in https://github.com/meshtastic/firmware/pull/2426
- Add board - BPI PicoW ESP32-S3 SX1262 by @markbirss in https://github.com/meshtastic/firmware/pull/2450
- Add initial screen for receiving waypoints by @thebentern in https://github.com/meshtastic/firmware/pull/2452
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.1.9.d43ddc9...v2.1.10.7ef12c7
download
unix · zip
curl -fL -o v2.1.10.7ef12c7.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.10.7ef12c7.zip
printf '%s %s\n' 'cea132a05c7bcb163251d8fb212b2b2e98fdef0457fb261a3eea2787f545c60a' 'v2.1.10.7ef12c7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.10.7ef12c7.zip"
$out = "v2.1.10.7ef12c7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cea132a05c7bcb163251d8fb212b2b2e98fdef0457fb261a3eea2787f545c60a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.10.7ef12c7.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.10.7ef12c7.tar.gz
printf '%s %s\n' '8d35a7b98d13c7a97bb4447bee5c83a358391314e4b402bbfd3062fc8dabb78e' 'v2.1.10.7ef12c7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.10.7ef12c7.tar.gz"
$out = "v2.1.10.7ef12c7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8d35a7b98d13c7a97bb4447bee5c83a358391314e4b402bbfd3062fc8dabb78e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.10.7ef12c7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.10.7ef12c7.zip
printf '%s %s\n' 'cea132a05c7bcb163251d8fb212b2b2e98fdef0457fb261a3eea2787f545c60a' 'v2.1.10.7ef12c7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.10.7ef12c7.zip"
$out = "v2.1.10.7ef12c7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cea132a05c7bcb163251d8fb212b2b2e98fdef0457fb261a3eea2787f545c60a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.10.7ef12c7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.10.7ef12c7.tar.gz
printf '%s %s\n' '8d35a7b98d13c7a97bb4447bee5c83a358391314e4b402bbfd3062fc8dabb78e' 'v2.1.10.7ef12c7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.10.7ef12c7.tar.gz"
$out = "v2.1.10.7ef12c7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8d35a7b98d13c7a97bb4447bee5c83a358391314e4b402bbfd3062fc8dabb78e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.10.7ef12c7.zip | zip | 749.6 KiB |
blake3-24 edd945681c2622dfa3323152a7e697bf59c048db2f3a572f
sha256 cea132a05c7bcb163251d8fb212b2b2e98fdef0457fb261a3eea2787f545c60a
sha1 dc1150d6aa6ac53dca3c726e6134a0029782da5e
|
| v2.1.10.7ef12c7.tar.gz | tar.gz | 478.9 KiB |
blake3-24 0739ebd007ffbb59ea64f7e896ad6bcea26dd79e2cdeb3e4
sha256 8d35a7b98d13c7a97bb4447bee5c83a358391314e4b402bbfd3062fc8dabb78e
sha1 b3d86a6f7c5c3608e0ba196010635da5cdd93df1
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.10.7ef12c7.tar.gz"],
integrity = "sha256-jTWnuY0Tx6l7tER77lyDo1g5ExTktAK7/TBi/I2rt44=",
strip_prefix = "meshtastic-firmware-v2.1.10.7ef12c7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.10.7ef12c7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.10.7ef12c7.tar.gz"],
integrity = "sha256-jTWnuY0Tx6l7tER77lyDo1g5ExTktAK7/TBi/I2rt44=",
strip_prefix = "meshtastic-firmware-v2.1.10.7ef12c7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.10.7ef12c7.tar.gz",