vault / meshtastic-protobufs / v2.6.8
meshtastic-protobufs @ v2.6.8
integrity
- size
- 88.3 KiB
- downloaded
- last checked
release notes
What's Changed
- Add MAX17261 lipo battery gauge by @alexbegoon in https://github.com/meshtastic/protobufs/pull/682
- Add is_unmessagable to User by @thebentern in https://github.com/meshtastic/protobufs/pull/667
- Explicit map report opt-in by @thebentern in https://github.com/meshtastic/protobufs/pull/684
- Add Linux Host Metrics by @jp-bennett in https://github.com/meshtastic/protobufs/pull/685
New Contributors
- @alexbegoon made their first contribution in https://github.com/meshtastic/protobufs/pull/682
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.6.7...v2.6.8
download
unix · zip
curl -fL -o v2.6.8.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.zip
printf '%s %s\n' '176d73a19da3f9965d7eca8cd1728a404a7b2732f2ac96e7c90aff1a8bb60cdf' 'v2.6.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.zip"
$out = "v2.6.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "176d73a19da3f9965d7eca8cd1728a404a7b2732f2ac96e7c90aff1a8bb60cdf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.8.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.tar.gz
printf '%s %s\n' '04efd9bf6079f65d535b2516a62ad2a4a05f634c8d9f2f8ac368717078e245d8' 'v2.6.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.tar.gz"
$out = "v2.6.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04efd9bf6079f65d535b2516a62ad2a4a05f634c8d9f2f8ac368717078e245d8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.zip
printf '%s %s\n' '176d73a19da3f9965d7eca8cd1728a404a7b2732f2ac96e7c90aff1a8bb60cdf' 'v2.6.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.zip"
$out = "v2.6.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "176d73a19da3f9965d7eca8cd1728a404a7b2732f2ac96e7c90aff1a8bb60cdf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.tar.gz
printf '%s %s\n' '04efd9bf6079f65d535b2516a62ad2a4a05f634c8d9f2f8ac368717078e245d8' 'v2.6.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.tar.gz"
$out = "v2.6.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04efd9bf6079f65d535b2516a62ad2a4a05f634c8d9f2f8ac368717078e245d8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.8.zip | zip | 89.8 KiB |
blake3-24 cdc8cb96b87b25483aa94039fc105a0924ad3348ef006e27
sha256 176d73a19da3f9965d7eca8cd1728a404a7b2732f2ac96e7c90aff1a8bb60cdf
sha1 582f858c7a37d90be5c1a5794dfa7b954c516aca
|
| v2.6.8.tar.gz | tar.gz | 69.8 KiB |
blake3-24 18876326ab7b034e76b0fb846112e99f9012be90efe0b955
sha256 04efd9bf6079f65d535b2516a62ad2a4a05f634c8d9f2f8ac368717078e245d8
sha1 e8c4c3a8a97761d6b20af56b223c6ba700bbd15e
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.tar.gz"],
integrity = "sha256-BO/Zv2B59l1TWyUWpirSpKBfY0yNny+Kw2hxcHjiRdg=",
strip_prefix = "meshtastic-protobufs-v2.6.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.6.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.tar.gz"],
integrity = "sha256-BO/Zv2B59l1TWyUWpirSpKBfY0yNny+Kw2hxcHjiRdg=",
strip_prefix = "meshtastic-protobufs-v2.6.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.6.8.tar.gz",