vault / meshtastic-protobufs / v2.6.5
meshtastic-protobufs @ v2.6.5
integrity
- size
- 87.5 KiB
- downloaded
- last checked
release notes
What's Changed
- Add bluetooth config to excludes by @thebentern in https://github.com/meshtastic/protobufs/pull/669
- Reserved fried chicken HWMODEL by @thebentern in https://github.com/meshtastic/protobufs/pull/671
- Fix comment description of CO2 telemetry value by @hafu in https://github.com/meshtastic/protobufs/pull/670
New Contributors
- @hafu made their first contribution in https://github.com/meshtastic/protobufs/pull/670
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.6.4...v2.6.5
download
unix · zip
curl -fL -o v2.6.5.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.5.zip
printf '%s %s\n' '2df34a54de1395cc20e85ff53a5c060c28fe32dfc7b72d03d21d9d34138fe920' 'v2.6.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.5.zip"
$out = "v2.6.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2df34a54de1395cc20e85ff53a5c060c28fe32dfc7b72d03d21d9d34138fe920") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.5.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.5.tar.gz
printf '%s %s\n' '3397f946c9556489cacaca889b8ed4ba96b7eabcdc6668c29527d55ad66bc8a1' 'v2.6.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.5.tar.gz"
$out = "v2.6.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3397f946c9556489cacaca889b8ed4ba96b7eabcdc6668c29527d55ad66bc8a1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.5.zip
printf '%s %s\n' '2df34a54de1395cc20e85ff53a5c060c28fe32dfc7b72d03d21d9d34138fe920' 'v2.6.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.5.zip"
$out = "v2.6.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2df34a54de1395cc20e85ff53a5c060c28fe32dfc7b72d03d21d9d34138fe920") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.5.tar.gz
printf '%s %s\n' '3397f946c9556489cacaca889b8ed4ba96b7eabcdc6668c29527d55ad66bc8a1' 'v2.6.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.5.tar.gz"
$out = "v2.6.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3397f946c9556489cacaca889b8ed4ba96b7eabcdc6668c29527d55ad66bc8a1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.5.zip | zip | 88.9 KiB |
blake3-24 b1b1ae087c4946b27f9bc8c89fc451d4e7fafd019fc90709
sha256 2df34a54de1395cc20e85ff53a5c060c28fe32dfc7b72d03d21d9d34138fe920
sha1 40b6cbc7910accfbd6782b1ab8efa671ed78a00f
|
| v2.6.5.tar.gz | tar.gz | 69.0 KiB |
blake3-24 248681863d231a067bd57131aceb76fd9c250b13b07f534e
sha256 3397f946c9556489cacaca889b8ed4ba96b7eabcdc6668c29527d55ad66bc8a1
sha1 67d04357e320868e6ea980b2b8f44cb8a9fdccd2
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.5.tar.gz"],
integrity = "sha256-M5f5RslVZInKysqIm47Uupa36rzcZmjClSfVWtZryKE=",
strip_prefix = "meshtastic-protobufs-v2.6.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.5.tar.gz"],
integrity = "sha256-M5f5RslVZInKysqIm47Uupa36rzcZmjClSfVWtZryKE=",
strip_prefix = "meshtastic-protobufs-v2.6.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.5.tar.gz",