vault / meshtastic-protobufs / v2.4.2
meshtastic-protobufs @ v2.4.2
integrity
- size
- 78.6 KiB
- downloaded
- last checked
release notes
What's Changed
- LogRecord over serial enabled by @thebentern in https://github.com/meshtastic/protobufs/pull/537
- Revert "LogRecord over serial enabled" by @thebentern in https://github.com/meshtastic/protobufs/pull/538
- Add new critical fault codes for flash corruption by @geeksville in https://github.com/meshtastic/protobufs/pull/543
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.4.1...v2.4.2
download
unix · zip
curl -fL -o v2.4.2.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.2.zip
printf '%s %s\n' '5f24724c0bb3e2b1aa3110ae7896281752774d7a671998ca2a303bdd5162d678' 'v2.4.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.2.zip"
$out = "v2.4.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5f24724c0bb3e2b1aa3110ae7896281752774d7a671998ca2a303bdd5162d678") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.2.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.2.tar.gz
printf '%s %s\n' '290cdcaa71ec4c86e8ded8ecf5108517acba8121ec3b52492531ede76407cbee' 'v2.4.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.2.tar.gz"
$out = "v2.4.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "290cdcaa71ec4c86e8ded8ecf5108517acba8121ec3b52492531ede76407cbee") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.2.zip
printf '%s %s\n' '5f24724c0bb3e2b1aa3110ae7896281752774d7a671998ca2a303bdd5162d678' 'v2.4.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.2.zip"
$out = "v2.4.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5f24724c0bb3e2b1aa3110ae7896281752774d7a671998ca2a303bdd5162d678") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.2.tar.gz
printf '%s %s\n' '290cdcaa71ec4c86e8ded8ecf5108517acba8121ec3b52492531ede76407cbee' 'v2.4.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.2.tar.gz"
$out = "v2.4.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "290cdcaa71ec4c86e8ded8ecf5108517acba8121ec3b52492531ede76407cbee") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.4.2.zip | zip | 79.9 KiB |
blake3-24 d8729c39efa95a815812a2989425e355a153d81082311bcd
sha256 5f24724c0bb3e2b1aa3110ae7896281752774d7a671998ca2a303bdd5162d678
sha1 6d798aa5f6ea67d463f0a928239bc02fddbfb1fc
|
| v2.4.2.tar.gz | tar.gz | 61.7 KiB |
blake3-24 b54d53363abcfa6c27ddc1f8da2a63e6d25385ac73c36817
sha256 290cdcaa71ec4c86e8ded8ecf5108517acba8121ec3b52492531ede76407cbee
sha1 a0d01af1b594367b2d8f25b7249500562e1d2cc5
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.2.tar.gz"],
integrity = "sha256-KQzcqnHsTIbo3tjs9RCFF6y6gSHsO1JJJTHt52QHy+4=",
strip_prefix = "meshtastic-protobufs-v2.4.2",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.2.tar.gz"],
integrity = "sha256-KQzcqnHsTIbo3tjs9RCFF6y6gSHsO1JJJTHt52QHy+4=",
strip_prefix = "meshtastic-protobufs-v2.4.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.2.tar.gz",