vault / meshtastic-protobufs / v2.5.11
meshtastic-protobufs @ v2.5.11
integrity
- size
- 84.6 KiB
- downloaded
- last checked
release notes
What's Changed
- add hw env string to metadata by @caveman99 in https://github.com/meshtastic/protobufs/pull/616
- Move PIO env to mynodeinfo by @thebentern in https://github.com/meshtastic/protobufs/pull/617
- add bit field to
DeviceMetadatafor excluded modules by @andrekir in https://github.com/meshtastic/protobufs/pull/614
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.10...v2.5.11
download
unix · zip
curl -fL -o v2.5.11.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.11.zip
printf '%s %s\n' '5a860819736eb4d5b5e8fce69d4057e42396d54d79dd4a8a77c3e06eac938494' 'v2.5.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.11.zip"
$out = "v2.5.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5a860819736eb4d5b5e8fce69d4057e42396d54d79dd4a8a77c3e06eac938494") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.11.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.11.tar.gz
printf '%s %s\n' '21371bfe1acb0ebeac6b7e202324cf9df34817af63bbaeb8473ddec5b82b5835' 'v2.5.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.11.tar.gz"
$out = "v2.5.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "21371bfe1acb0ebeac6b7e202324cf9df34817af63bbaeb8473ddec5b82b5835") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.11.zip
printf '%s %s\n' '5a860819736eb4d5b5e8fce69d4057e42396d54d79dd4a8a77c3e06eac938494' 'v2.5.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.11.zip"
$out = "v2.5.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5a860819736eb4d5b5e8fce69d4057e42396d54d79dd4a8a77c3e06eac938494") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.11.tar.gz
printf '%s %s\n' '21371bfe1acb0ebeac6b7e202324cf9df34817af63bbaeb8473ddec5b82b5835' 'v2.5.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.11.tar.gz"
$out = "v2.5.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "21371bfe1acb0ebeac6b7e202324cf9df34817af63bbaeb8473ddec5b82b5835") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.11.zip | zip | 85.9 KiB |
blake3-24 2fd7e9d3eed0cfdc8598b12a1e1b396960908828badb89fa
sha256 5a860819736eb4d5b5e8fce69d4057e42396d54d79dd4a8a77c3e06eac938494
sha1 bbc9fb2894f138553cc111b1cd91fb5d67efa8f4
|
| v2.5.11.tar.gz | tar.gz | 66.2 KiB |
blake3-24 69d42a8254796c977ae28aa7003dc284ec541836caf32f37
sha256 21371bfe1acb0ebeac6b7e202324cf9df34817af63bbaeb8473ddec5b82b5835
sha1 60b1124a86bb3c73fa4029de98f5c392dfcb8c0b
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.11.tar.gz"],
integrity = "sha256-ITcb/hrLDr6sa34gIyTPnfNIF69ju664Rz3exbgrWDU=",
strip_prefix = "meshtastic-protobufs-v2.5.11",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.11.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.11.tar.gz"],
integrity = "sha256-ITcb/hrLDr6sa34gIyTPnfNIF69ju664Rz3exbgrWDU=",
strip_prefix = "meshtastic-protobufs-v2.5.11",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.11.tar.gz",