vault / meshtastic-protobufs / v2.5.1
meshtastic-protobufs @ v2.5.1
integrity
- size
- 81.6 KiB
- downloaded
- last checked
release notes
What's Changed
- Add generic detail payload variant to TAKPacket by @thebentern in https://github.com/meshtastic/protobufs/pull/578
- More Admin Errors by @jp-bennett in https://github.com/meshtastic/protobufs/pull/580
- Update max_count of admin_key to 3 by @jp-bennett in https://github.com/meshtastic/protobufs/pull/575
- convert hops_away from required to optional by @powersjcb in https://github.com/meshtastic/protobufs/pull/579
- Adds the hasPKC bool to device metadata capabilities by @jp-bennett in https://github.com/meshtastic/protobufs/pull/581
- add fixed_position, ringtone, and canned_messages to
DeviceProfileby @andrekir in https://github.com/meshtastic/protobufs/pull/576
New Contributors
- @powersjcb made their first contribution in https://github.com/meshtastic/protobufs/pull/579
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.0...v2.5.1
download
unix · zip
curl -fL -o v2.5.1.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.1.zip
printf '%s %s\n' '24b654eb4cf79964c26b0b6c7034365157e0ad98dd9a675dc3ebce30869de118' 'v2.5.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.1.zip"
$out = "v2.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "24b654eb4cf79964c26b0b6c7034365157e0ad98dd9a675dc3ebce30869de118") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.1.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.1.tar.gz
printf '%s %s\n' 'c5757646bbcdef0344a01c6c7cdae90f72466cdfa3f9a67b02762bef5cdbfa00' 'v2.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.1.tar.gz"
$out = "v2.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c5757646bbcdef0344a01c6c7cdae90f72466cdfa3f9a67b02762bef5cdbfa00") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.1.zip
printf '%s %s\n' '24b654eb4cf79964c26b0b6c7034365157e0ad98dd9a675dc3ebce30869de118' 'v2.5.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.1.zip"
$out = "v2.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "24b654eb4cf79964c26b0b6c7034365157e0ad98dd9a675dc3ebce30869de118") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.1.tar.gz
printf '%s %s\n' 'c5757646bbcdef0344a01c6c7cdae90f72466cdfa3f9a67b02762bef5cdbfa00' 'v2.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.1.tar.gz"
$out = "v2.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c5757646bbcdef0344a01c6c7cdae90f72466cdfa3f9a67b02762bef5cdbfa00") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.1.zip | zip | 82.8 KiB |
blake3-24 77964349f3d06d490a0c4935352c0ceaa7929f794ca63a34
sha256 24b654eb4cf79964c26b0b6c7034365157e0ad98dd9a675dc3ebce30869de118
sha1 80d3707556382e084f5229063a250d5f13978aaf
|
| v2.5.1.tar.gz | tar.gz | 64.0 KiB |
blake3-24 57f957d0c20d37dcc697304a1743a20c6303f7932b1d1b1b
sha256 c5757646bbcdef0344a01c6c7cdae90f72466cdfa3f9a67b02762bef5cdbfa00
sha1 089790d3e9ac4cb695756f952f8a9ea70af06ffe
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.1.tar.gz"],
integrity = "sha256-xXV2RrvN7wNEoBxsfNrpD3JGbN+j+aZ7AnYr71zb+gA=",
strip_prefix = "meshtastic-protobufs-v2.5.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.1.tar.gz"],
integrity = "sha256-xXV2RrvN7wNEoBxsfNrpD3JGbN+j+aZ7AnYr71zb+gA=",
strip_prefix = "meshtastic-protobufs-v2.5.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.1.tar.gz",