vault / meshtastic-protobufs / v2.5.17
meshtastic-protobufs @ v2.5.17
integrity
- size
- 85.3 KiB
- downloaded
- last checked
release notes
What's Changed
- added Mesh-Tab by @valzzu in https://github.com/meshtastic/protobufs/pull/633
- Add priority for new critical alert feature by @thebentern in https://github.com/meshtastic/protobufs/pull/634
- Add INA226 by @fifieldt in https://github.com/meshtastic/protobufs/pull/635
- Add alert app portnum by @thebentern in https://github.com/meshtastic/protobufs/pull/636
New Contributors
- @valzzu made their first contribution in https://github.com/meshtastic/protobufs/pull/633
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.16...v2.5.17
download
unix · zip
curl -fL -o v2.5.17.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.17.zip
printf '%s %s\n' '690336463b99a3755a8cbbfa30e935dab48b77ef76ab824e613ad74e289f110c' 'v2.5.17.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.17.zip"
$out = "v2.5.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "690336463b99a3755a8cbbfa30e935dab48b77ef76ab824e613ad74e289f110c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.17.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.17.tar.gz
printf '%s %s\n' '55f83ae781763e16df1f9439481f8c5c5ccd454ab41231ba8a19afa88706043c' 'v2.5.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.17.tar.gz"
$out = "v2.5.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "55f83ae781763e16df1f9439481f8c5c5ccd454ab41231ba8a19afa88706043c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.17.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.17.zip
printf '%s %s\n' '690336463b99a3755a8cbbfa30e935dab48b77ef76ab824e613ad74e289f110c' 'v2.5.17.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.17.zip"
$out = "v2.5.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "690336463b99a3755a8cbbfa30e935dab48b77ef76ab824e613ad74e289f110c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.17.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.17.tar.gz
printf '%s %s\n' '55f83ae781763e16df1f9439481f8c5c5ccd454ab41231ba8a19afa88706043c' 'v2.5.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.17.tar.gz"
$out = "v2.5.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "55f83ae781763e16df1f9439481f8c5c5ccd454ab41231ba8a19afa88706043c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.17.zip | zip | 86.6 KiB |
blake3-24 a13852cf0bdb853824a0544b7ad5eb9bb21fca20b3893d08
sha256 690336463b99a3755a8cbbfa30e935dab48b77ef76ab824e613ad74e289f110c
sha1 33bb652cc4e9375a473c36fa316759c08ba040a8
|
| v2.5.17.tar.gz | tar.gz | 66.9 KiB |
blake3-24 75e84057064ca360b9455c40e249f7eee28311f0056fc639
sha256 55f83ae781763e16df1f9439481f8c5c5ccd454ab41231ba8a19afa88706043c
sha1 adbb9d4264fe57b5e288533c8c07815cf983694a
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.17.tar.gz"],
integrity = "sha256-Vfg654F2PhbfH5Q5SB+MXFzNRUq0EjG6ihmvqIcGBDw=",
strip_prefix = "meshtastic-protobufs-v2.5.17",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.17.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.17.tar.gz"],
integrity = "sha256-Vfg654F2PhbfH5Q5SB+MXFzNRUq0EjG6ihmvqIcGBDw=",
strip_prefix = "meshtastic-protobufs-v2.5.17",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.17.tar.gz",