vault / meshtastic-protobufs / v2.7.13
meshtastic-protobufs @ v2.7.13
integrity
- size
- 99.0 KiB
- downloaded
- last checked
release notes
What's Changed
- Add BH1750 sensor by @pa0lin082 in https://github.com/meshtastic/protobufs/pull/795
- Add THINKNODE_M3 identifier to mesh.proto by @jp-bennett in https://github.com/meshtastic/protobufs/pull/796
- Add WISMESH_TAP_V2 and RAK3401 hardware models to mesh.proto by @DanielCao0 in https://github.com/meshtastic/protobufs/pull/801
New Contributors
- @pa0lin082 made their first contribution in https://github.com/meshtastic/protobufs/pull/795
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.12...v2.7.13
download
unix · zip
curl -fL -o v2.7.13.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.zip
printf '%s %s\n' '5501dfbfbba8608bded4917cc23426f6a199e92250b1b354512b0a07f837bde8' 'v2.7.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.zip"
$out = "v2.7.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5501dfbfbba8608bded4917cc23426f6a199e92250b1b354512b0a07f837bde8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.13.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.tar.gz
printf '%s %s\n' 'c23fe4f8742c9783edc16ea41edb59684de45fa05d60484bead02ff3edf0c722' 'v2.7.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.tar.gz"
$out = "v2.7.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c23fe4f8742c9783edc16ea41edb59684de45fa05d60484bead02ff3edf0c722") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.zip
printf '%s %s\n' '5501dfbfbba8608bded4917cc23426f6a199e92250b1b354512b0a07f837bde8' 'v2.7.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.zip"
$out = "v2.7.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5501dfbfbba8608bded4917cc23426f6a199e92250b1b354512b0a07f837bde8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.tar.gz
printf '%s %s\n' 'c23fe4f8742c9783edc16ea41edb59684de45fa05d60484bead02ff3edf0c722' 'v2.7.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.tar.gz"
$out = "v2.7.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c23fe4f8742c9783edc16ea41edb59684de45fa05d60484bead02ff3edf0c722") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.13.zip | zip | 100.0 KiB |
blake3-24 17b5db37fc03915e12507c37a5148458216d5805a4e44c01
sha256 5501dfbfbba8608bded4917cc23426f6a199e92250b1b354512b0a07f837bde8
sha1 30fa4106dfd5f6b1a94ed4146b137a658fc7c556
|
| v2.7.13.tar.gz | tar.gz | 77.5 KiB |
blake3-24 2854f34c1c1bbf2fa22e7c095ef386aeb84c6f4499cc2549
sha256 c23fe4f8742c9783edc16ea41edb59684de45fa05d60484bead02ff3edf0c722
sha1 632d7097036fa47be942b48b3138a7df1520c292
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.tar.gz"],
integrity = "sha256-wj/k+HQsl4PtwW6kHttZaE3kX6BdYEhL6tAv8+3wxyI=",
strip_prefix = "meshtastic-protobufs-v2.7.13",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.13.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.tar.gz"],
integrity = "sha256-wj/k+HQsl4PtwW6kHttZaE3kX6BdYEhL6tAv8+3wxyI=",
strip_prefix = "meshtastic-protobufs-v2.7.13",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.13.tar.gz",