vault / meshtastic-firmware / v2.1.11.5ec624d
meshtastic-firmware @ v2.1.11.5ec624d
integrity
- size
- 741.9 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Warning Avoid this release if you use DIY-v1 target devices such as the Hydra, as there is an issue with the LNA being "stuck" on.
Enhancements
- RAK14001 RGB LED support by @thebentern in https://github.com/meshtastic/firmware/pull/2464
Bug-fixes
- Disable TX/RX EN in favor of power EN over TX_EN by @thebentern in https://github.com/meshtastic/firmware/pull/2456
- RemoteHardwareModule.cpp: Hot Fix long long mask calculation for GPIO Peripherals. by @IhorNehrutsa in https://github.com/meshtastic/firmware/pull/2454
- RemoteHardwareModule.cpp: Fix digitalReads() pinModes(mask, INPUT_PULLUP) by @IhorNehrutsa in https://github.com/meshtastic/firmware/pull/2459
- Fix cryptlock on Router crashing Repeater role #2460 by @caveman99 in https://github.com/meshtastic/firmware/pull/2461
- Fix AI C3 DevKit-M configuration by @mverch67 in https://github.com/meshtastic/firmware/pull/2465
- Fix GPS output #2451 - please test by @caveman99 in https://github.com/meshtastic/firmware/pull/2462
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.1.10.7ef12c7...v2.1.11.5ec624d
download
unix · zip
curl -fL -o v2.1.11.5ec624d.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.11.5ec624d.zip
printf '%s %s\n' '32fa7afc34784da06f0a18bcc43008938a796fa95b59bb7dcf9050cbe8113362' 'v2.1.11.5ec624d.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.11.5ec624d.zip"
$out = "v2.1.11.5ec624d.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "32fa7afc34784da06f0a18bcc43008938a796fa95b59bb7dcf9050cbe8113362") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.11.5ec624d.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.11.5ec624d.tar.gz
printf '%s %s\n' 'bf87fa6ccf367e016b438e50c9cf49cdf65820567f383309754ff4444472a625' 'v2.1.11.5ec624d.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.11.5ec624d.tar.gz"
$out = "v2.1.11.5ec624d.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf87fa6ccf367e016b438e50c9cf49cdf65820567f383309754ff4444472a625") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.11.5ec624d.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.11.5ec624d.zip
printf '%s %s\n' '32fa7afc34784da06f0a18bcc43008938a796fa95b59bb7dcf9050cbe8113362' 'v2.1.11.5ec624d.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.11.5ec624d.zip"
$out = "v2.1.11.5ec624d.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "32fa7afc34784da06f0a18bcc43008938a796fa95b59bb7dcf9050cbe8113362") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.11.5ec624d.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.11.5ec624d.tar.gz
printf '%s %s\n' 'bf87fa6ccf367e016b438e50c9cf49cdf65820567f383309754ff4444472a625' 'v2.1.11.5ec624d.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.11.5ec624d.tar.gz"
$out = "v2.1.11.5ec624d.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf87fa6ccf367e016b438e50c9cf49cdf65820567f383309754ff4444472a625") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.11.5ec624d.zip | zip | 750.3 KiB |
blake3-24 36f8b71e3b9985c9d6441770abe6e9b24c575a27678aefe6
sha256 32fa7afc34784da06f0a18bcc43008938a796fa95b59bb7dcf9050cbe8113362
sha1 dcc0a4524e02eaa6cc0a6a6473ed50b47147c87e
|
| v2.1.11.5ec624d.tar.gz | tar.gz | 479.5 KiB |
blake3-24 d0448824295a622e933721a2cec92540fa3bb64f0cab8593
sha256 bf87fa6ccf367e016b438e50c9cf49cdf65820567f383309754ff4444472a625
sha1 5cb097b96aea9e912e1d3cf7424f4edf1647a1f2
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.11.5ec624d.tar.gz"],
integrity = "sha256-v4f6bM82fgFrQ45Qyc9JzfZYIFZ/ODMJdU/0RERypiU=",
strip_prefix = "meshtastic-firmware-v2.1.11.5ec624d",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.11.5ec624d.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.11.5ec624d.tar.gz"],
integrity = "sha256-v4f6bM82fgFrQ45Qyc9JzfZYIFZ/ODMJdU/0RERypiU=",
strip_prefix = "meshtastic-firmware-v2.1.11.5ec624d",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.11.5ec624d.tar.gz",