vault / meshtastic-protobufs / v2.2.21
meshtastic-protobufs @ v2.2.21
integrity
- size
- 68.6 KiB
- downloaded
- last checked
release notes
What's Changed
- add CanaryOne to HardwareModel by @hdngr in https://github.com/meshtastic/protobufs/pull/427
- Triple state GPS mode by @thebentern in https://github.com/meshtastic/protobufs/pull/428
New Contributors
- @hdngr made their first contribution in https://github.com/meshtastic/protobufs/pull/427
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.20...v2.2.21
download
unix · zip
curl -fL -o v2.2.21.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.21.zip
printf '%s %s\n' '8ac06e22207d87777690ed06c8cf0bb8a1fa46f321a79bf87840da218fe61b76' 'v2.2.21.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.21.zip"
$out = "v2.2.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8ac06e22207d87777690ed06c8cf0bb8a1fa46f321a79bf87840da218fe61b76") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.21.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.21.tar.gz
printf '%s %s\n' 'c73fb7b410add1154bd4642e634dddd6fe512ba354c510b180b7a8cf426a9c2d' 'v2.2.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.21.tar.gz"
$out = "v2.2.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c73fb7b410add1154bd4642e634dddd6fe512ba354c510b180b7a8cf426a9c2d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.21.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.21.zip
printf '%s %s\n' '8ac06e22207d87777690ed06c8cf0bb8a1fa46f321a79bf87840da218fe61b76' 'v2.2.21.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.21.zip"
$out = "v2.2.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8ac06e22207d87777690ed06c8cf0bb8a1fa46f321a79bf87840da218fe61b76") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.21.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.21.tar.gz
printf '%s %s\n' 'c73fb7b410add1154bd4642e634dddd6fe512ba354c510b180b7a8cf426a9c2d' 'v2.2.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.21.tar.gz"
$out = "v2.2.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c73fb7b410add1154bd4642e634dddd6fe512ba354c510b180b7a8cf426a9c2d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.21.zip | zip | 69.5 KiB |
blake3-24 a1d541b7cb84cf93202820f515acb87405f7eed90a5c7103
sha256 8ac06e22207d87777690ed06c8cf0bb8a1fa46f321a79bf87840da218fe61b76
sha1 f1793cd7696863cd29fa48320d06086e8e659fb9
|
| v2.2.21.tar.gz | tar.gz | 52.5 KiB |
blake3-24 c10e3fa723a75c6382211e6519d8a918804e37b260750c17
sha256 c73fb7b410add1154bd4642e634dddd6fe512ba354c510b180b7a8cf426a9c2d
sha1 b90d56b3561b4b6b838f946531b7112b9205df51
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.21.tar.gz"],
integrity = "sha256-xz+3tBCt0RVL1GQuY03d1v5RK6NUxRCxgLeoz0JqnC0=",
strip_prefix = "meshtastic-protobufs-v2.2.21",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.21.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.21.tar.gz"],
integrity = "sha256-xz+3tBCt0RVL1GQuY03d1v5RK6NUxRCxgLeoz0JqnC0=",
strip_prefix = "meshtastic-protobufs-v2.2.21",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.21.tar.gz",