vault / meshtastic-protobufs / v2.2.22
meshtastic-protobufs @ v2.2.22
integrity
- size
- 70.4 KiB
- downloaded
- last checked
release notes
What's Changed
- Add Heltec Wireless Paper V1.0 to HardwareModel by @todd-herbert in https://github.com/meshtastic/protobufs/pull/431
- ATAK plugin portnum and payload by @thebentern in https://github.com/meshtastic/protobufs/pull/432
- Add device callsign by @thebentern in https://github.com/meshtastic/protobufs/pull/434
- Add Singapore Region by @ndoo in https://github.com/meshtastic/protobufs/pull/430
- Add length to GeoChat.to by @thebentern in https://github.com/meshtastic/protobufs/pull/438
New Contributors
- @todd-herbert made their first contribution in https://github.com/meshtastic/protobufs/pull/431
- @ndoo made their first contribution in https://github.com/meshtastic/protobufs/pull/430
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.21...v2.2.22
download
unix · zip
curl -fL -o v2.2.22.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.zip
printf '%s %s\n' 'ea2f78e3fb9df456f9555853eabed7d1ec69f38edc80c7f7e496a30bc9a9c2c2' 'v2.2.22.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.zip"
$out = "v2.2.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ea2f78e3fb9df456f9555853eabed7d1ec69f38edc80c7f7e496a30bc9a9c2c2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.22.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.tar.gz
printf '%s %s\n' '86c2a841c2f59e9b3f9c07da7ba61c926c62940b14d39cf288babafa8f428336' 'v2.2.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.tar.gz"
$out = "v2.2.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "86c2a841c2f59e9b3f9c07da7ba61c926c62940b14d39cf288babafa8f428336") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.22.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.zip
printf '%s %s\n' 'ea2f78e3fb9df456f9555853eabed7d1ec69f38edc80c7f7e496a30bc9a9c2c2' 'v2.2.22.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.zip"
$out = "v2.2.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ea2f78e3fb9df456f9555853eabed7d1ec69f38edc80c7f7e496a30bc9a9c2c2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.22.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.tar.gz
printf '%s %s\n' '86c2a841c2f59e9b3f9c07da7ba61c926c62940b14d39cf288babafa8f428336' 'v2.2.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.tar.gz"
$out = "v2.2.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "86c2a841c2f59e9b3f9c07da7ba61c926c62940b14d39cf288babafa8f428336") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.22.zip | zip | 71.4 KiB |
blake3-24 19bdb93d5ce371e0abbf71d9b48a9bc059725197a199943c
sha256 ea2f78e3fb9df456f9555853eabed7d1ec69f38edc80c7f7e496a30bc9a9c2c2
sha1 d1c0476278b7585796419334f582b08d0e414bbc
|
| v2.2.22.tar.gz | tar.gz | 53.8 KiB |
blake3-24 419b345fd3278d409eaf46e67735f0c3446e4a0edc6198f8
sha256 86c2a841c2f59e9b3f9c07da7ba61c926c62940b14d39cf288babafa8f428336
sha1 0d9177964a06bdf5ac0bfd40f425b21eb071db39
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.tar.gz"],
integrity = "sha256-hsKoQcL1nps/nAfae6YckmxilAsU05zyiLq6+o9CgzY=",
strip_prefix = "meshtastic-protobufs-v2.2.22",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.22.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.tar.gz"],
integrity = "sha256-hsKoQcL1nps/nAfae6YckmxilAsU05zyiLq6+o9CgzY=",
strip_prefix = "meshtastic-protobufs-v2.2.22",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.22.tar.gz",