vault / meshtastic-protobufs / v2.7.17
meshtastic-protobufs @ v2.7.17
integrity
- size
- 100.0 KiB
- downloaded
- last checked
release notes
What's Changed
- Rename RESERVED_FRIED_CHICKEN to MUZI_BASE by @rcarteraz in https://github.com/meshtastic/protobufs/pull/819
- Add LONG_TURBO preset to config.proto by @jp-bennett in https://github.com/meshtastic/protobufs/pull/820
- Deprecate LONG_SLOW preset by @thebentern in https://github.com/meshtastic/protobufs/pull/821
- Add Store and Forward PlusPlus by @jp-bennett in https://github.com/meshtastic/protobufs/pull/822
- Add reboot_ota_mode to AdminMessage for OTA firmware updates by @thebentern in https://github.com/meshtastic/protobufs/pull/823
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.16...v2.7.17
download
unix · zip
curl -fL -o v2.7.17.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.17.zip
printf '%s %s\n' '8ecf9c4fad23ddb6449b5256116be1097328e91e471a529f3a876517effe01c9' 'v2.7.17.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.17.zip"
$out = "v2.7.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8ecf9c4fad23ddb6449b5256116be1097328e91e471a529f3a876517effe01c9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.17.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.17.tar.gz
printf '%s %s\n' '0ae42aab282c3ae51c1fbd68a922a3a92b4e0707745e4523238150a959573b6a' 'v2.7.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.17.tar.gz"
$out = "v2.7.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0ae42aab282c3ae51c1fbd68a922a3a92b4e0707745e4523238150a959573b6a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.17.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.17.zip
printf '%s %s\n' '8ecf9c4fad23ddb6449b5256116be1097328e91e471a529f3a876517effe01c9' 'v2.7.17.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.17.zip"
$out = "v2.7.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8ecf9c4fad23ddb6449b5256116be1097328e91e471a529f3a876517effe01c9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.17.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.17.tar.gz
printf '%s %s\n' '0ae42aab282c3ae51c1fbd68a922a3a92b4e0707745e4523238150a959573b6a' 'v2.7.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.17.tar.gz"
$out = "v2.7.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0ae42aab282c3ae51c1fbd68a922a3a92b4e0707745e4523238150a959573b6a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.17.zip | zip | 101.1 KiB |
blake3-24 09b4240745c44b43955bc992a55506c8cc231b47c7f2572f
sha256 8ecf9c4fad23ddb6449b5256116be1097328e91e471a529f3a876517effe01c9
sha1 7bf1ce1f96f63f03b0cd370d15d7bccbdfeea37a
|
| v2.7.17.tar.gz | tar.gz | 78.4 KiB |
blake3-24 75b7320edb20d619f951feba1abebb8a0ca6602b5efeb607
sha256 0ae42aab282c3ae51c1fbd68a922a3a92b4e0707745e4523238150a959573b6a
sha1 0e1c44f2a3351ef590940af955435663096b4c96
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.17.tar.gz"],
integrity = "sha256-CuQqqygsOuUcH71oqSKjqStOBwd0XkUjI4FQqVlXO2o=",
strip_prefix = "meshtastic-protobufs-v2.7.17",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.17.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.17.tar.gz"],
integrity = "sha256-CuQqqygsOuUcH71oqSKjqStOBwd0XkUjI4FQqVlXO2o=",
strip_prefix = "meshtastic-protobufs-v2.7.17",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.17.tar.gz",