vault / meshtastic-firmware / v2.0.6.97fd5cf
meshtastic-firmware @ v2.0.6.97fd5cf
integrity
- size
- 641.4 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
What's Changed
- Add t-echo to the operation after the flash operation fails by @lewisxhe in https://github.com/meshtastic/firmware/pull/1987
- Some DEBUG_MSG added/changed/commented. by @IhorNehrutsa in https://github.com/meshtastic/firmware/pull/1986
- Fix the format of t-echo Bluetooth pairing display page by @lewisxhe in https://github.com/meshtastic/firmware/pull/1992
- Don't set DIO2 switch if TXEN is defined by @thebentern in https://github.com/meshtastic/firmware/pull/1993
- Fix conditional syntax by @thebentern in https://github.com/meshtastic/firmware/pull/1999
- Send 'ACK' response for handled admin message by @GUVWAF in https://github.com/meshtastic/firmware/pull/1990
New Contributors
- @IhorNehrutsa made their first contribution in https://github.com/meshtastic/firmware/pull/1986
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.0.5.65e8209...v2.0.6.97fd5cf
download
unix · zip
curl -fL -o v2.0.6.97fd5cf.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.6.97fd5cf.zip
printf '%s %s\n' '7eac9d3a1fc133fa2a3403d22ab7beabcd1bec7399eff0d3b37ee97110800034' 'v2.0.6.97fd5cf.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.6.97fd5cf.zip"
$out = "v2.0.6.97fd5cf.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7eac9d3a1fc133fa2a3403d22ab7beabcd1bec7399eff0d3b37ee97110800034") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.6.97fd5cf.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.6.97fd5cf.tar.gz
printf '%s %s\n' '173c94aa223d49f8bbab4b5c69bc85ae65adb5f3964e6939e4e4ce9fec38edd0' 'v2.0.6.97fd5cf.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.6.97fd5cf.tar.gz"
$out = "v2.0.6.97fd5cf.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "173c94aa223d49f8bbab4b5c69bc85ae65adb5f3964e6939e4e4ce9fec38edd0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.6.97fd5cf.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.6.97fd5cf.zip
printf '%s %s\n' '7eac9d3a1fc133fa2a3403d22ab7beabcd1bec7399eff0d3b37ee97110800034' 'v2.0.6.97fd5cf.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.6.97fd5cf.zip"
$out = "v2.0.6.97fd5cf.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7eac9d3a1fc133fa2a3403d22ab7beabcd1bec7399eff0d3b37ee97110800034") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.6.97fd5cf.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.6.97fd5cf.tar.gz
printf '%s %s\n' '173c94aa223d49f8bbab4b5c69bc85ae65adb5f3964e6939e4e4ce9fec38edd0' 'v2.0.6.97fd5cf.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.6.97fd5cf.tar.gz"
$out = "v2.0.6.97fd5cf.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "173c94aa223d49f8bbab4b5c69bc85ae65adb5f3964e6939e4e4ce9fec38edd0") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.6.97fd5cf.zip | zip | 648.7 KiB |
blake3-24 c588cd9823b2265ea1683620969946fc0263b8c4ccb5910b
sha256 7eac9d3a1fc133fa2a3403d22ab7beabcd1bec7399eff0d3b37ee97110800034
sha1 777e0800b99b7f158576e87dc802a935134dcf6d
|
| v2.0.6.97fd5cf.tar.gz | tar.gz | 423.3 KiB |
blake3-24 59394aa82bebc95e07dfac24f25fd9dcc412a93839198e43
sha256 173c94aa223d49f8bbab4b5c69bc85ae65adb5f3964e6939e4e4ce9fec38edd0
sha1 8082d9f7c43051cba8c3099b8ecc48dc76d92977
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.6.97fd5cf.tar.gz"],
integrity = "sha256-FzyUqiI9Sfi7q0tcabyFrmWttfOWTmk55OTOn+w47dA=",
strip_prefix = "meshtastic-firmware-v2.0.6.97fd5cf",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.6.97fd5cf.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.6.97fd5cf.tar.gz"],
integrity = "sha256-FzyUqiI9Sfi7q0tcabyFrmWttfOWTmk55OTOn+w47dA=",
strip_prefix = "meshtastic-firmware-v2.0.6.97fd5cf",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.6.97fd5cf.tar.gz",