vault / meshtastic-firmware / v2.2.16.1c6acfd
meshtastic-firmware @ v2.2.16.1c6acfd
integrity
- size
- 1.0 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Enhancements
- Switch onebutton back to PIO registry by @caveman99 in https://github.com/meshtastic/firmware/pull/2982
- Radiolib is stable by @caveman99 in https://github.com/meshtastic/firmware/pull/2984
- Pico W: Wi-Fi improvements by @GUVWAF in https://github.com/meshtastic/firmware/pull/2989
- Added Known-Only rebroadcast mode behavior by @thebentern in https://github.com/meshtastic/firmware/pull/2993
- Added client-hidden role behavior by @thebentern in https://github.com/meshtastic/firmware/pull/2992
- Pico W: Handle Wi-Fi reconnects and update core by @GUVWAF in https://github.com/meshtastic/firmware/pull/2994
- Repeater and other power optimizations by @thebentern in https://github.com/meshtastic/firmware/pull/2999
- Reduce Serial Traffic on Heltec Wireless Trackers GNSS port by @GPSFan in https://github.com/meshtastic/firmware/pull/3004
- Add heltec-ht62 to CI by @thebentern in https://github.com/meshtastic/firmware/pull/3007
- Refactor display handling add Raspbian TFT display by @jp-bennett in https://github.com/meshtastic/firmware/pull/2998
- Select target channel in canned messages by @caveman99 in https://github.com/meshtastic/firmware/pull/3010
- Lost and found mode by @thebentern in https://github.com/meshtastic/firmware/pull/3012
- UI/UX: Display delivered message on incoming ACK. by @caveman99 in https://github.com/meshtastic/firmware/pull/2739
- RTTTL ringtones on T-Deck / T-Watch S3 and potentially more I2S audio enabled devices by @thebentern in https://github.com/meshtastic/firmware/pull/2917
Bug fixes
- Fix INA sensor dual use between environment telem and device battery … by @thebentern in https://github.com/meshtastic/firmware/pull/3002
- Fix typo in GNSS_MODEL definition and usages for the UC6580 by @GPSFan in https://github.com/meshtastic/firmware/pull/2988
- Cpp-check warnings cleanup by @thebentern in https://github.com/meshtastic/firmware/pull/3014
- ESP32-S2 fix by @caveman99 in https://github.com/meshtastic/firmware/pull/3015
- Add fallthrough option to avoid a GPS stuck off. by @jp-bennett in https://github.com/meshtastic/firmware/pull/3017
- Set NRF cpu brownout at 2.4V instead of running down to the limit by @thebentern in https://github.com/meshtastic/firmware/pull/3016
New Contributors
- @GPSFan made their first contribution in https://github.com/meshtastic/firmware/pull/2988
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.2.15.31c4693...v2.2.16.1c6acfd
download
unix · zip
curl -fL -o v2.2.16.1c6acfd.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.16.1c6acfd.zip
printf '%s %s\n' 'a20ee8971aab21964140eb3d5a9449bdf91eeef774423afa7bdab4b1e017e27e' 'v2.2.16.1c6acfd.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.16.1c6acfd.zip"
$out = "v2.2.16.1c6acfd.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a20ee8971aab21964140eb3d5a9449bdf91eeef774423afa7bdab4b1e017e27e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.16.1c6acfd.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.16.1c6acfd.tar.gz
printf '%s %s\n' 'e6ce90848aaafb10d3d05b945c052a8a3607c94afb83c09e28c6c751800426a6' 'v2.2.16.1c6acfd.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.16.1c6acfd.tar.gz"
$out = "v2.2.16.1c6acfd.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e6ce90848aaafb10d3d05b945c052a8a3607c94afb83c09e28c6c751800426a6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.16.1c6acfd.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.16.1c6acfd.zip
printf '%s %s\n' 'a20ee8971aab21964140eb3d5a9449bdf91eeef774423afa7bdab4b1e017e27e' 'v2.2.16.1c6acfd.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.16.1c6acfd.zip"
$out = "v2.2.16.1c6acfd.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a20ee8971aab21964140eb3d5a9449bdf91eeef774423afa7bdab4b1e017e27e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.16.1c6acfd.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.16.1c6acfd.tar.gz
printf '%s %s\n' 'e6ce90848aaafb10d3d05b945c052a8a3607c94afb83c09e28c6c751800426a6' 'v2.2.16.1c6acfd.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.16.1c6acfd.tar.gz"
$out = "v2.2.16.1c6acfd.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e6ce90848aaafb10d3d05b945c052a8a3607c94afb83c09e28c6c751800426a6") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.16.1c6acfd.zip | zip | 1.0 MiB |
blake3-24 ba1d9fb877beaf96b5f65dc22e689387a839d0ac7101c76f
sha256 a20ee8971aab21964140eb3d5a9449bdf91eeef774423afa7bdab4b1e017e27e
sha1 1e129121d49d8122c3db47b7f105f92ee7e96db9
|
| v2.2.16.1c6acfd.tar.gz | tar.gz | 749.1 KiB |
blake3-24 1faa802dd57d24fb3f3f67ac96b8a5b06bfd6bed4a8f368b
sha256 e6ce90848aaafb10d3d05b945c052a8a3607c94afb83c09e28c6c751800426a6
sha1 d36523cf0db984cdcdb63734cb8060a5f186eb84
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.16.1c6acfd.tar.gz"],
integrity = "sha256-5s6QhIqq+xDT0FuUXAUqijYHyUr7g8CeKMbHUYAEJqY=",
strip_prefix = "meshtastic-firmware-v2.2.16.1c6acfd",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.16.1c6acfd.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.16.1c6acfd.tar.gz"],
integrity = "sha256-5s6QhIqq+xDT0FuUXAUqijYHyUr7g8CeKMbHUYAEJqY=",
strip_prefix = "meshtastic-firmware-v2.2.16.1c6acfd",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.16.1c6acfd.tar.gz",