vault / meshtastic-protobufs / v2.2.8
meshtastic-protobufs @ v2.2.8
integrity
- size
- 66.8 KiB
- downloaded
- last checked
release notes
What's Changed
- Adds gps_en_able to indicate GPS enable pin, or 0 for none by @jp-bennett in https://github.com/meshtastic/protobufs/pull/388
- Flip-flop the default state of enable_triple_click by @jp-bennett in https://github.com/meshtastic/protobufs/pull/389
New Contributors
- @jp-bennett made their first contribution in https://github.com/meshtastic/protobufs/pull/388
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.7...v2.2.8
download
unix · zip
curl -fL -o v2.2.8.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.8.zip
printf '%s %s\n' 'b90e8838d8e1d7ae94cc870523628831aa34a913b5e628752ee47f036a4278c2' 'v2.2.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.8.zip"
$out = "v2.2.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b90e8838d8e1d7ae94cc870523628831aa34a913b5e628752ee47f036a4278c2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.8.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.8.tar.gz
printf '%s %s\n' '79f24ec3f5bedc3a1ea8f09536368a36c433e3a01e590a5e9d7e339414938722' 'v2.2.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.8.tar.gz"
$out = "v2.2.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "79f24ec3f5bedc3a1ea8f09536368a36c433e3a01e590a5e9d7e339414938722") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.8.zip
printf '%s %s\n' 'b90e8838d8e1d7ae94cc870523628831aa34a913b5e628752ee47f036a4278c2' 'v2.2.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.8.zip"
$out = "v2.2.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b90e8838d8e1d7ae94cc870523628831aa34a913b5e628752ee47f036a4278c2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.8.tar.gz
printf '%s %s\n' '79f24ec3f5bedc3a1ea8f09536368a36c433e3a01e590a5e9d7e339414938722' 'v2.2.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.8.tar.gz"
$out = "v2.2.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "79f24ec3f5bedc3a1ea8f09536368a36c433e3a01e590a5e9d7e339414938722") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.8.zip | zip | 67.7 KiB |
blake3-24 8fe15e9750e397d8520e8121f0bf49ff5f73ff43171e656e
sha256 b90e8838d8e1d7ae94cc870523628831aa34a913b5e628752ee47f036a4278c2
sha1 ed6ea7a43804f699274362ed117e902710840f8d
|
| v2.2.8.tar.gz | tar.gz | 51.0 KiB |
blake3-24 a2b8e83dd4ced40722599cec17743ef0953b8203b433c4ee
sha256 79f24ec3f5bedc3a1ea8f09536368a36c433e3a01e590a5e9d7e339414938722
sha1 2b692b2eb6ed7db50f79a2b1dcdc86262756295a
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.8.tar.gz"],
integrity = "sha256-efJOw/W+3DoeqPCVNjaKNsQz46AeWQpenX4zlBSThyI=",
strip_prefix = "meshtastic-protobufs-v2.2.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.8.tar.gz"],
integrity = "sha256-efJOw/W+3DoeqPCVNjaKNsQz46AeWQpenX4zlBSThyI=",
strip_prefix = "meshtastic-protobufs-v2.2.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.8.tar.gz",