vault / meshtastic-firmware / v2.7.15.567b8ea
meshtastic-firmware @ v2.7.15.567b8ea
integrity
- size
- 4.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
[!WARNING] If you experience immediate bluetooth pairing failures or failure to fully boot after updating, this likely indicates that you need to perform a full erase and flash. Consider backing up your settings before updating.
[!IMPORTANT] This release marks the end of legacy (non-private) DMs. Direct messages will only be allowed using PKI going forward. This release also disables device telemetry broadcasts over the mesh by default. If you want to opt back in, you will need to re-enable this in the apps.
🚀 What's Changed
- Clean up GPS toggle logging by @jp-bennett in https://github.com/meshtastic/firmware/pull/8629
- Reset the calibration data back to 0 when doing a compass calibration by @jp-bennett in https://github.com/meshtastic/firmware/pull/8648
- Chore(deps): update dorny/test-reporter action to v2.2.0 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/8637
- Fix RPM builds by @vidplace7 in https://github.com/meshtastic/firmware/pull/8659
- Linux: Fix silly EPEL9 mistake by @vidplace7 in https://github.com/meshtastic/firmware/pull/8660
- Fix ble rssi crash by @thebentern in https://github.com/meshtastic/firmware/pull/8661
- Mqtt: do not try to send packets when it disconnected by @omgbebebe in https://github.com/meshtastic/firmware/pull/8658
- Persist favourites on NodeDB reset by @ford-jones in https://github.com/meshtastic/firmware/pull/8292
- Don't ack messages when mqtt client proxy is on but only uplink by @RCGV1 in https://github.com/meshtastic/firmware/pull/8578
- Add API types, state, and log message in Debug screen. Added persistent "Connected" icon by @jp-bennett in https://github.com/meshtastic/firmware/pull/8576
- Drop PKI acks if there is no downlink on MQTTClientProxy by @RCGV1 in https://github.com/meshtastic/firmware/pull/8580
- Add the Heltec v4 expansion box. by @Quency-D in https://github.com/meshtastic/firmware/pull/8539
- Update to Pro-micro variants by @NomDeTom in https://github.com/meshtastic/firmware/pull/8600
- Cleanup unnecessary global dereferencing in CryptoEngine by @jasonbcox in https://github.com/meshtastic/firmware/pull/8611
- Fix null pointer dereference in radio chip region check by @Andrik45719 in https://github.com/meshtastic/firmware/pull/8613
- Feat/6704 neighbor info on demand by @DaneEvans in https://github.com/meshtastic/firmware/pull/8523
- Remove fixed scaling in Digital Clock by @Xaositek in https://github.com/meshtastic/firmware/pull/8620
- Allow Preserving Favorites in BaseUI menus by @Xaositek in https://github.com/meshtastic/firmware/pull/8647
- native: Try to look for a config file based on Raspberry Pi HAT vendor by @Stary2001 in https://github.com/meshtastic/firmware/pull/8608
- Remove gating for Display Options by @Xaositek in https://github.com/meshtastic/firmware/pull/8651
- mqtt: do not try to send packets when it disconnected by @omgbebebe in https://github.com/meshtastic/firmware/pull/8658
New Contributors
- @weebl2000 made their first contribution in https://github.com/meshtastic/firmware/pull/8560
- @omgbebebe made their first contribution in https://github.com/meshtastic/firmware/pull/8658
- @viric made their first contribution in https://github.com/meshtastic/firmware/pull/7882
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.7.13.597fa0b...v2.7.15.567b8ea
download
unix · zip
curl -fL -o v2.7.15.567b8ea.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.15.567b8ea.zip
printf '%s %s\n' 'df3dd6e39f3fe78888726d2ddc0ca68010bf035c916a7f2bc386f2c54d308c51' 'v2.7.15.567b8ea.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.15.567b8ea.zip"
$out = "v2.7.15.567b8ea.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df3dd6e39f3fe78888726d2ddc0ca68010bf035c916a7f2bc386f2c54d308c51") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.15.567b8ea.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.15.567b8ea.tar.gz
printf '%s %s\n' 'ac427c6610bc2503c9b6afea433f7814d1c08c57577bcdff6fbc460dbfe62b10' 'v2.7.15.567b8ea.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.15.567b8ea.tar.gz"
$out = "v2.7.15.567b8ea.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ac427c6610bc2503c9b6afea433f7814d1c08c57577bcdff6fbc460dbfe62b10") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.15.567b8ea.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.15.567b8ea.zip
printf '%s %s\n' 'df3dd6e39f3fe78888726d2ddc0ca68010bf035c916a7f2bc386f2c54d308c51' 'v2.7.15.567b8ea.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.15.567b8ea.zip"
$out = "v2.7.15.567b8ea.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df3dd6e39f3fe78888726d2ddc0ca68010bf035c916a7f2bc386f2c54d308c51") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.15.567b8ea.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.15.567b8ea.tar.gz
printf '%s %s\n' 'ac427c6610bc2503c9b6afea433f7814d1c08c57577bcdff6fbc460dbfe62b10' 'v2.7.15.567b8ea.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.15.567b8ea.tar.gz"
$out = "v2.7.15.567b8ea.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ac427c6610bc2503c9b6afea433f7814d1c08c57577bcdff6fbc460dbfe62b10") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.15.567b8ea.zip | zip | 4.3 MiB |
blake3-24 84bc78f42ab935b539af0219dbfc1b490bb644eec102b95a
sha256 df3dd6e39f3fe78888726d2ddc0ca68010bf035c916a7f2bc386f2c54d308c51
sha1 a123b83abb596f232ced2133feca0aad0b4b269f
|
| v2.7.15.567b8ea.tar.gz | tar.gz | 3.5 MiB |
blake3-24 8b0ed7401242a6591479e10f149e30509d9d782c730c0627
sha256 ac427c6610bc2503c9b6afea433f7814d1c08c57577bcdff6fbc460dbfe62b10
sha1 465d502586401e6b2cea3866cd9fa6e3963ad333
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.15.567b8ea.tar.gz"],
integrity = "sha256-rEJ8ZhC8JQPJtq/qQz94FNHAjFdXe83/b7xGDb/mKxA=",
strip_prefix = "meshtastic-firmware-v2.7.15.567b8ea",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.15.567b8ea.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.15.567b8ea.tar.gz"],
integrity = "sha256-rEJ8ZhC8JQPJtq/qQz94FNHAjFdXe83/b7xGDb/mKxA=",
strip_prefix = "meshtastic-firmware-v2.7.15.567b8ea",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.15.567b8ea.tar.gz",