vault / meshtastic-protobufs / v2.3.14
meshtastic-protobufs @ v2.3.14
integrity
- size
- 77.2 KiB
- downloaded
- last checked
release notes
What's Changed
- Add Heltec HRU-3601 by @ndoo in https://github.com/meshtastic/protobufs/pull/521
- BLE Device Logging by @thebentern in https://github.com/meshtastic/protobufs/pull/522
- PowerMon initial protobufs by @geeksville in https://github.com/meshtastic/protobufs/pull/523
New Contributors
- @geeksville made their first contribution in https://github.com/meshtastic/protobufs/pull/523
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.3.13...v2.3.14
download
unix · zip
curl -fL -o v2.3.14.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.14.zip
printf '%s %s\n' 'bf1d971cda0e079f73eb30808323046d3e8795638e4a6f3aa125c08b7d6e342d' 'v2.3.14.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.14.zip"
$out = "v2.3.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf1d971cda0e079f73eb30808323046d3e8795638e4a6f3aa125c08b7d6e342d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.14.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.14.tar.gz
printf '%s %s\n' '84d638ffef5a799e0cec615eb470126ab853874df90831097782ef26bf01083d' 'v2.3.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.14.tar.gz"
$out = "v2.3.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "84d638ffef5a799e0cec615eb470126ab853874df90831097782ef26bf01083d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.14.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.14.zip
printf '%s %s\n' 'bf1d971cda0e079f73eb30808323046d3e8795638e4a6f3aa125c08b7d6e342d' 'v2.3.14.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.14.zip"
$out = "v2.3.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf1d971cda0e079f73eb30808323046d3e8795638e4a6f3aa125c08b7d6e342d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.14.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.14.tar.gz
printf '%s %s\n' '84d638ffef5a799e0cec615eb470126ab853874df90831097782ef26bf01083d' 'v2.3.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.14.tar.gz"
$out = "v2.3.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "84d638ffef5a799e0cec615eb470126ab853874df90831097782ef26bf01083d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.14.zip | zip | 78.4 KiB |
blake3-24 7260bc8bda2c308689a9f258c45cca99463092260cacf99d
sha256 bf1d971cda0e079f73eb30808323046d3e8795638e4a6f3aa125c08b7d6e342d
sha1 64b0cbdba6fa64d74d40ebbe6d26ec974e05018d
|
| v2.3.14.tar.gz | tar.gz | 60.3 KiB |
blake3-24 1549ad2f5b29ec16b2b5d43ba3a20cf6760bf089b7cbcb5c
sha256 84d638ffef5a799e0cec615eb470126ab853874df90831097782ef26bf01083d
sha1 e1045497dcb20b22436c35db22a52231373efe24
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.14.tar.gz"],
integrity = "sha256-hNY4/+9aeZ4M7GFetHASarhTh035CDEJd4LvJr8BCD0=",
strip_prefix = "meshtastic-protobufs-v2.3.14",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.14.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.14.tar.gz"],
integrity = "sha256-hNY4/+9aeZ4M7GFetHASarhTh035CDEJd4LvJr8BCD0=",
strip_prefix = "meshtastic-protobufs-v2.3.14",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.14.tar.gz",