vault / meshtastic-firmware / v2.7.26.54e0d8d
meshtastic-firmware @ v2.7.26.54e0d8d
integrity
- size
- 5.1 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
[!WARNING] If you encounter touch screen accuracy issues on a T-Deck, please run the screen calibration in MUI tools.
🐛 Bug fixes and maintenance
- Lora led rx by @jp-bennett in https://github.com/meshtastic/firmware/pull/10674
- Additional RAK missing values for 6421 / 13300 13302 modules + Zebra/Nebra Hat Configs by @Littleaton in https://github.com/meshtastic/firmware/pull/10644
- Use standard GPS enable pin, for smarter power control on M3 by @jp-bennett in https://github.com/meshtastic/firmware/pull/10671
- Meshtasticd: Add configs for B&Q Station G3 by @vidplace7 in https://github.com/meshtastic/firmware/pull/10673
- Beta fixes by @jp-bennett in https://github.com/meshtastic/firmware/pull/10728
- Set the time from GPS every 30 minutes by @jp-bennett in https://github.com/meshtastic/firmware/pull/10737
- Fix(esp32): skip RTC timer wake on user shutdown; TAP V2 OCV and partition by @Ethan-chen1234-zy in https://github.com/meshtastic/firmware/pull/10739
- T-Deck (Plus) touch driver fix by @mverch67 in https://github.com/meshtastic/firmware/pull/10740
- Enable Adafruit SHTC3 library on native by @jp-bennett in https://github.com/meshtastic/firmware/pull/10747
- Fix(phone-api): skip manifest scan for node-info-only config requests by @jeremiah-k in https://github.com/meshtastic/firmware/pull/10754
- Fix(FSCommon): add nRF52 LittleFS empty-name guard to getFiles() by @app/copilot-swe-agent in https://github.com/meshtastic/firmware/pull/10757
⚙️ Dependencies
- Update Sensirion I2C SCD30 to v1.1.1 by @app/renovate in https://github.com/meshtastic/firmware/pull/10294
- Update alpine Docker tag to v3.24 by @app/renovate in https://github.com/meshtastic/firmware/pull/10668
- Update actions/github-script action to v9 by @app/renovate in https://github.com/meshtastic/firmware/pull/10691
- Update meshtastic/device-ui digest to 4ec010c by @app/renovate in https://github.com/meshtastic/firmware/pull/10732
- Update meshtastic/device-ui digest to 6cadf54 by @app/renovate in https://github.com/meshtastic/firmware/pull/10743
- Update actions/checkout action to v7 by @app/renovate in https://github.com/meshtastic/firmware/pull/10744
- Update meshtastic/device-ui digest to 1c45ebc by @app/renovate in https://github.com/meshtastic/firmware/pull/10749
- Update platform-native digest to 61067ac by @app/renovate in https://github.com/meshtastic/firmware/pull/10750
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.7.25.104df5f...v2.7.26.54e0d8d
download
unix · zip
curl -fL -o v2.7.26.54e0d8d.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.26.54e0d8d.zip
printf '%s %s\n' 'b891012b8c0e8a0fe174ccd8fb086c8da18fb312da5554ebe1ed5b45cea41b30' 'v2.7.26.54e0d8d.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.26.54e0d8d.zip"
$out = "v2.7.26.54e0d8d.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b891012b8c0e8a0fe174ccd8fb086c8da18fb312da5554ebe1ed5b45cea41b30") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.26.54e0d8d.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.26.54e0d8d.tar.gz
printf '%s %s\n' '0881fd3c4ccf69bb5b79ea4558b4942ad9b9ba9343bfa356e57723e43d926db4' 'v2.7.26.54e0d8d.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.26.54e0d8d.tar.gz"
$out = "v2.7.26.54e0d8d.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0881fd3c4ccf69bb5b79ea4558b4942ad9b9ba9343bfa356e57723e43d926db4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.26.54e0d8d.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.26.54e0d8d.zip
printf '%s %s\n' 'b891012b8c0e8a0fe174ccd8fb086c8da18fb312da5554ebe1ed5b45cea41b30' 'v2.7.26.54e0d8d.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.26.54e0d8d.zip"
$out = "v2.7.26.54e0d8d.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b891012b8c0e8a0fe174ccd8fb086c8da18fb312da5554ebe1ed5b45cea41b30") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.26.54e0d8d.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.26.54e0d8d.tar.gz
printf '%s %s\n' '0881fd3c4ccf69bb5b79ea4558b4942ad9b9ba9343bfa356e57723e43d926db4' 'v2.7.26.54e0d8d.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.26.54e0d8d.tar.gz"
$out = "v2.7.26.54e0d8d.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0881fd3c4ccf69bb5b79ea4558b4942ad9b9ba9343bfa356e57723e43d926db4") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.26.54e0d8d.zip | zip | 5.2 MiB |
blake3-24 4b072b0884637e12a76b4be16f4cba4fc95b44934037c068
sha256 b891012b8c0e8a0fe174ccd8fb086c8da18fb312da5554ebe1ed5b45cea41b30
sha1 692c114187acbf185b0c62237299d340805c8593
|
| v2.7.26.54e0d8d.tar.gz | tar.gz | 4.2 MiB |
blake3-24 171cafc07fb9e7e6769d8c383101fecedbbf95dab783a208
sha256 0881fd3c4ccf69bb5b79ea4558b4942ad9b9ba9343bfa356e57723e43d926db4
sha1 888561e1b79dc11192c554c4a33207b4b970dac5
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.26.54e0d8d.tar.gz"],
integrity = "sha256-CIH9PEzPabtbeepFWLSUKtm5upNDv6NW5Xcj5D2SbbQ=",
strip_prefix = "meshtastic-firmware-v2.7.26.54e0d8d",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.7.26.54e0d8d.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.26.54e0d8d.tar.gz"],
integrity = "sha256-CIH9PEzPabtbeepFWLSUKtm5upNDv6NW5Xcj5D2SbbQ=",
strip_prefix = "meshtastic-firmware-v2.7.26.54e0d8d",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.7.26.54e0d8d.tar.gz",