vault / meshtastic-protobufs / v2.3.3
meshtastic-protobufs @ v2.3.3
integrity
- size
- 75.5 KiB
- downloaded
- last checked
release notes
What's Changed
- Dedicated admin messages for fixed position setting and clearing by @thebentern in https://github.com/meshtastic/protobufs/pull/472
- Move remote hardware pins to sever problematic device_only dependency by @thebentern in https://github.com/meshtastic/protobufs/pull/473
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.3.2...v2.3.3
download
unix · zip
curl -fL -o v2.3.3.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.3.zip
printf '%s %s\n' 'adfd6dea417ad6634e1cc4bb86048c5527a3858a9ce91668546a6d0cbc1a42df' 'v2.3.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.3.zip"
$out = "v2.3.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "adfd6dea417ad6634e1cc4bb86048c5527a3858a9ce91668546a6d0cbc1a42df") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.3.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.3.tar.gz
printf '%s %s\n' 'cc39ad18951b3fa88732173f73b271877ff9bdb36a83a9892bacff320f44420f' 'v2.3.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.3.tar.gz"
$out = "v2.3.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cc39ad18951b3fa88732173f73b271877ff9bdb36a83a9892bacff320f44420f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.3.zip
printf '%s %s\n' 'adfd6dea417ad6634e1cc4bb86048c5527a3858a9ce91668546a6d0cbc1a42df' 'v2.3.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.3.zip"
$out = "v2.3.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "adfd6dea417ad6634e1cc4bb86048c5527a3858a9ce91668546a6d0cbc1a42df") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.3.tar.gz
printf '%s %s\n' 'cc39ad18951b3fa88732173f73b271877ff9bdb36a83a9892bacff320f44420f' 'v2.3.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.3.tar.gz"
$out = "v2.3.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cc39ad18951b3fa88732173f73b271877ff9bdb36a83a9892bacff320f44420f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.3.zip | zip | 76.5 KiB |
blake3-24 716c5ab557be26ed467c3d2f8f9a7a2c9a9205e6fde577fa
sha256 adfd6dea417ad6634e1cc4bb86048c5527a3858a9ce91668546a6d0cbc1a42df
sha1 7abe893725bcced79541217207f10265ab01b075
|
| v2.3.3.tar.gz | tar.gz | 58.2 KiB |
blake3-24 c87dff6be4b73cae7cb2f64f1b69b1351735e0f4494570ea
sha256 cc39ad18951b3fa88732173f73b271877ff9bdb36a83a9892bacff320f44420f
sha1 f6d2fbee4bc3f810c6959057ffd359bfd647f975
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.3.tar.gz"],
integrity = "sha256-zDmtGJUbP6iHMhc/c7Jxh3/5vbNqg6mJK6z/Mg9EQg8=",
strip_prefix = "meshtastic-protobufs-v2.3.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.3.tar.gz"],
integrity = "sha256-zDmtGJUbP6iHMhc/c7Jxh3/5vbNqg6mJK6z/Mg9EQg8=",
strip_prefix = "meshtastic-protobufs-v2.3.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.3.tar.gz",