vault / meshtastic-protobufs / v2.3.5
meshtastic-protobufs @ v2.3.5
integrity
- size
- 74.2 KiB
- downloaded
- last checked
release notes
What's Changed
- Add field for Air quality index (VOC for other sensors) by @caveman99 in https://github.com/meshtastic/protobufs/pull/482
- Add uptime seconds by @thebentern in https://github.com/meshtastic/protobufs/pull/483
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.3.4...v2.3.5
download
unix · zip
curl -fL -o v2.3.5.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.5.zip
printf '%s %s\n' 'f376c4640ed406194658a45e6411aaefd173f5f88bd26e0a636ac47747708395' 'v2.3.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.5.zip"
$out = "v2.3.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f376c4640ed406194658a45e6411aaefd173f5f88bd26e0a636ac47747708395") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.5.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.5.tar.gz
printf '%s %s\n' 'd5494bf6c8c0e6c139e1e9ad775fe85c26e0c027c0c313aeb86d72fb78cd79a6' 'v2.3.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.5.tar.gz"
$out = "v2.3.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d5494bf6c8c0e6c139e1e9ad775fe85c26e0c027c0c313aeb86d72fb78cd79a6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.5.zip
printf '%s %s\n' 'f376c4640ed406194658a45e6411aaefd173f5f88bd26e0a636ac47747708395' 'v2.3.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.5.zip"
$out = "v2.3.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f376c4640ed406194658a45e6411aaefd173f5f88bd26e0a636ac47747708395") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.5.tar.gz
printf '%s %s\n' 'd5494bf6c8c0e6c139e1e9ad775fe85c26e0c027c0c313aeb86d72fb78cd79a6' 'v2.3.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.5.tar.gz"
$out = "v2.3.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d5494bf6c8c0e6c139e1e9ad775fe85c26e0c027c0c313aeb86d72fb78cd79a6") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.5.zip | zip | 75.4 KiB |
blake3-24 5392539ea12990ed78d53d609e7573d5c1d6471822d57ff5
sha256 f376c4640ed406194658a45e6411aaefd173f5f88bd26e0a636ac47747708395
sha1 8bb27ea3880f455496588d98069686268df670a1
|
| v2.3.5.tar.gz | tar.gz | 57.8 KiB |
blake3-24 2ec0b507dbf3a0d24c41b74dd010a1fb66f56415cb88e744
sha256 d5494bf6c8c0e6c139e1e9ad775fe85c26e0c027c0c313aeb86d72fb78cd79a6
sha1 2c363459a2b92587ce440a35898ef15ccd4f1fbf
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.5.tar.gz"],
integrity = "sha256-1UlL9sjA5sE54emtd1/oXCbgwCfAwxOuuG1y+3jNeaY=",
strip_prefix = "meshtastic-protobufs-v2.3.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.5.tar.gz"],
integrity = "sha256-1UlL9sjA5sE54emtd1/oXCbgwCfAwxOuuG1y+3jNeaY=",
strip_prefix = "meshtastic-protobufs-v2.3.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.5.tar.gz",