vault / meshtastic-protobufs / v2.2.19
meshtastic-protobufs @ v2.2.19
integrity
- size
- 68.4 KiB
- downloaded
- last checked
release notes
What's Changed
- deprecate
MeshPacket.delayedby @andrekir in https://github.com/meshtastic/protobufs/pull/420 - Update mesh.proto add Waveshare ESP32-S3-PICO #3081 by @markbirss in https://github.com/meshtastic/protobufs/pull/421
- update mesh.proto to add CircuitMess Chatter 2 by @GPSFan in https://github.com/meshtastic/protobufs/pull/422
- Add
via_mqtttag to MeshPacket andignore_mqttto LoRa config by @GUVWAF in https://github.com/meshtastic/protobufs/pull/423
New Contributors
- @GPSFan made their first contribution in https://github.com/meshtastic/protobufs/pull/422
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.18...v2.2.19
download
unix · zip
curl -fL -o v2.2.19.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.19.zip
printf '%s %s\n' 'bd8595b5d712383f43d9080b9e98979fe25fb99c8f5f05235322fe9edee84e9a' 'v2.2.19.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.19.zip"
$out = "v2.2.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bd8595b5d712383f43d9080b9e98979fe25fb99c8f5f05235322fe9edee84e9a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.19.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.19.tar.gz
printf '%s %s\n' 'f4831ebe5c6d2fe62af0bb043650e672c1e5745cf171f337c80e37b24404a06b' 'v2.2.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.19.tar.gz"
$out = "v2.2.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4831ebe5c6d2fe62af0bb043650e672c1e5745cf171f337c80e37b24404a06b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.19.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.19.zip
printf '%s %s\n' 'bd8595b5d712383f43d9080b9e98979fe25fb99c8f5f05235322fe9edee84e9a' 'v2.2.19.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.19.zip"
$out = "v2.2.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bd8595b5d712383f43d9080b9e98979fe25fb99c8f5f05235322fe9edee84e9a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.19.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.19.tar.gz
printf '%s %s\n' 'f4831ebe5c6d2fe62af0bb043650e672c1e5745cf171f337c80e37b24404a06b' 'v2.2.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.19.tar.gz"
$out = "v2.2.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4831ebe5c6d2fe62af0bb043650e672c1e5745cf171f337c80e37b24404a06b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.19.zip | zip | 69.3 KiB |
blake3-24 888dd28e05f181b13bb53451470ff8412913de3dbdb1c025
sha256 bd8595b5d712383f43d9080b9e98979fe25fb99c8f5f05235322fe9edee84e9a
sha1 c46b93c18afa7363a236b4f01bdf9ad676b53e2c
|
| v2.2.19.tar.gz | tar.gz | 52.3 KiB |
blake3-24 85c74d6b871c64f92b5c5e950cdad1d161e20fd87678e14b
sha256 f4831ebe5c6d2fe62af0bb043650e672c1e5745cf171f337c80e37b24404a06b
sha1 5c54f5bac401c2b471afb0b331d503e8f417636d
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.19.tar.gz"],
integrity = "sha256-9IMevlxtL+Yq8LsENlDmcsHldFzxcfM3yA43skQEoGs=",
strip_prefix = "meshtastic-protobufs-v2.2.19",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.19.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.19.tar.gz"],
integrity = "sha256-9IMevlxtL+Yq8LsENlDmcsHldFzxcfM3yA43skQEoGs=",
strip_prefix = "meshtastic-protobufs-v2.2.19",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.19.tar.gz",