vault / meshtastic-protobufs / v2.6.9
meshtastic-protobufs @ v2.6.9
integrity
- size
- 88.5 KiB
- downloaded
- last checked
release notes
What's Changed
- Add the user_string to HostMetrics by @jp-bennett in https://github.com/meshtastic/protobufs/pull/686
- Add PCT2075 sensor by @mich181189 in https://github.com/meshtastic/protobufs/pull/687
- Add missed max_size for optional HostMetrics string by @jp-bennett in https://github.com/meshtastic/protobufs/pull/688
- add nodeinfo bool/bitfield for is_manually_validated by @jp-bennett in https://github.com/meshtastic/protobufs/pull/689
- Add heap free and total to local stats telemetry message by @thebentern in https://github.com/meshtastic/protobufs/pull/693
New Contributors
- @mich181189 made their first contribution in https://github.com/meshtastic/protobufs/pull/687
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.6.8...v2.6.9
download
unix · zip
curl -fL -o v2.6.9.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.9.zip
printf '%s %s\n' '5211e26b2272efed31cce943e13e7daa92827e34c99564bcad6a26d0f0ad993e' 'v2.6.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.9.zip"
$out = "v2.6.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5211e26b2272efed31cce943e13e7daa92827e34c99564bcad6a26d0f0ad993e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.9.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.9.tar.gz
printf '%s %s\n' '7bce15b519b0f1210d659e0097eb8a24d23ce09c8fc8e6cc55ae7ac0ed510374' 'v2.6.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.9.tar.gz"
$out = "v2.6.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7bce15b519b0f1210d659e0097eb8a24d23ce09c8fc8e6cc55ae7ac0ed510374") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.9.zip
printf '%s %s\n' '5211e26b2272efed31cce943e13e7daa92827e34c99564bcad6a26d0f0ad993e' 'v2.6.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.9.zip"
$out = "v2.6.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5211e26b2272efed31cce943e13e7daa92827e34c99564bcad6a26d0f0ad993e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.9.tar.gz
printf '%s %s\n' '7bce15b519b0f1210d659e0097eb8a24d23ce09c8fc8e6cc55ae7ac0ed510374' 'v2.6.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.9.tar.gz"
$out = "v2.6.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7bce15b519b0f1210d659e0097eb8a24d23ce09c8fc8e6cc55ae7ac0ed510374") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.9.zip | zip | 90.0 KiB |
blake3-24 d87bfde2c6d70381afcb7e925e398a564b7b1eee807c0561
sha256 5211e26b2272efed31cce943e13e7daa92827e34c99564bcad6a26d0f0ad993e
sha1 1f22ca98295e592632a06fe9637ffc1e92bc94b5
|
| v2.6.9.tar.gz | tar.gz | 70.0 KiB |
blake3-24 97f4dc4f437fce20331e60be256c088f16d91de3317eff9d
sha256 7bce15b519b0f1210d659e0097eb8a24d23ce09c8fc8e6cc55ae7ac0ed510374
sha1 4f99040be9cb542feacb5e62c8058e6d6288ef9e
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.9.tar.gz"],
integrity = "sha256-e84VtRmw8SENZZ4Al+uKJNI84JyPyObMVa56wO1RA3Q=",
strip_prefix = "meshtastic-protobufs-v2.6.9",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.9.tar.gz"],
integrity = "sha256-e84VtRmw8SENZZ4Al+uKJNI84JyPyObMVa56wO1RA3Q=",
strip_prefix = "meshtastic-protobufs-v2.6.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.9.tar.gz",