vault / meshtastic-firmware / v2.5.5.e182ae7
meshtastic-firmware @ v2.5.5.e182ae7
integrity
- size
- 3.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
[!WARNING] This release does not come bundled with the web client interface due to a transient issue with the build pipeline. If that is an important feature for your use case, please consider either grabbing a later release or rolling back to 2.5.4.
Enhancements
- Save a couple of bytes by @caveman99 in https://github.com/meshtastic/firmware/pull/4922
- Consolidate and shrink down the re-used strings in logs by @thebentern in https://github.com/meshtastic/firmware/pull/4907
- Userprefs prefix macros for clarity and consistency by @thebentern in https://github.com/meshtastic/firmware/pull/4923
- Add a Userprefs Timezone String, to be replaced in the web flasher by @jp-bennett in https://github.com/meshtastic/firmware/pull/4938
- Add
rxDupe,txRelayandtxRelayCanceledto LocalStats by @GUVWAF in https://github.com/meshtastic/firmware/pull/4936 - Leave the build epoch commented and uncomment when CI runs by @thebentern in https://github.com/meshtastic/firmware/pull/4943
- Add Panel_ILI9342 to TFTDisplay.cpp by @lboue in https://github.com/meshtastic/firmware/pull/4822
Bug fixes
- Enabling Ve pin on T114 by @HarukiToreda in https://github.com/meshtastic/firmware/pull/4940
- CleanupNeighbors() time difference fix by @gitbisector in https://github.com/meshtastic/firmware/pull/4941
- Don't use a static decleration in a header file by @jp-bennett in https://github.com/meshtastic/firmware/pull/4944
- Move ifndef to fix test by @jp-bennett in https://github.com/meshtastic/firmware/pull/4950
- Remove ancient .gitignore lines by @fifieldt in https://github.com/meshtastic/firmware/pull/4952
- Adjust dimensions for Canned Message popup screen by @todd-herbert in https://github.com/meshtastic/firmware/pull/4924
New Contributors
- @lboue made their first contribution in https://github.com/meshtastic/firmware/pull/4822
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.5.4.8d288d5...v2.5.5.e182ae7
download
unix · zip
curl -fL -o v2.5.5.e182ae7.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.zip
printf '%s %s\n' 'a9019559623212c078d5c35544f602f8a4f84bb5873494486e7a348608f725c3' 'v2.5.5.e182ae7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.zip"
$out = "v2.5.5.e182ae7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9019559623212c078d5c35544f602f8a4f84bb5873494486e7a348608f725c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.5.e182ae7.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz
printf '%s %s\n' 'ab605fc17eddea02899b4e153412de7c56cdb131638779c7c2cd6f9d6ace096c' 'v2.5.5.e182ae7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz"
$out = "v2.5.5.e182ae7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab605fc17eddea02899b4e153412de7c56cdb131638779c7c2cd6f9d6ace096c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.5.e182ae7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.zip
printf '%s %s\n' 'a9019559623212c078d5c35544f602f8a4f84bb5873494486e7a348608f725c3' 'v2.5.5.e182ae7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.zip"
$out = "v2.5.5.e182ae7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9019559623212c078d5c35544f602f8a4f84bb5873494486e7a348608f725c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.5.e182ae7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz
printf '%s %s\n' 'ab605fc17eddea02899b4e153412de7c56cdb131638779c7c2cd6f9d6ace096c' 'v2.5.5.e182ae7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz"
$out = "v2.5.5.e182ae7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab605fc17eddea02899b4e153412de7c56cdb131638779c7c2cd6f9d6ace096c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.5.e182ae7.zip | zip | 3.3 MiB |
blake3-24 17002747b4390d97ef4b41dad9b163bb9b37b9b1fc8d426d
sha256 a9019559623212c078d5c35544f602f8a4f84bb5873494486e7a348608f725c3
sha1 e6ed234bf4b5f7cb505dc759ded4f6d4d246ac85
|
| v2.5.5.e182ae7.tar.gz | tar.gz | 2.8 MiB |
blake3-24 1381e652f9055647fc572e639da23fb4e6d216fc6dafcd04
sha256 ab605fc17eddea02899b4e153412de7c56cdb131638779c7c2cd6f9d6ace096c
sha1 77fc96a0e18f34d7ae779151aeadbf9a3316abc3
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz"],
integrity = "sha256-q2BfwX7d6gKJm04VNBLefFbNsTFjh3nHws1vnWrOCWw=",
strip_prefix = "meshtastic-firmware-v2.5.5.e182ae7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz"],
integrity = "sha256-q2BfwX7d6gKJm04VNBLefFbNsTFjh3nHws1vnWrOCWw=",
strip_prefix = "meshtastic-firmware-v2.5.5.e182ae7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.5.5.e182ae7.tar.gz",