vault / meshtastic-protobufs / v2.7.1
meshtastic-protobufs @ v2.7.1
integrity
- size
- 91.1 KiB
- downloaded
- last checked
release notes
What's Changed
- Add ADS1X15 voltage metrics by @oscgonfer in https://github.com/meshtastic/protobufs/pull/711
- bring back port 77 accidentally removed by @caveman99 in https://github.com/meshtastic/protobufs/pull/716
- feat: add support for RAKwireless wiscore RAK3312 and Wismeshtag by @DanielCao0 in https://github.com/meshtastic/protobufs/pull/714
- Base UI display config settings by @thebentern in https://github.com/meshtastic/protobufs/pull/718
- Add CO2 sensor temperature and relative humidity by @oscgonfer in https://github.com/meshtastic/protobufs/pull/719
- should be from, not by by @rcarteraz in https://github.com/meshtastic/protobufs/pull/720
- Add Kazakhstan frequencies by @fifieldt in https://github.com/meshtastic/protobufs/pull/722
New Contributors
- @oscgonfer made their first contribution in https://github.com/meshtastic/protobufs/pull/711
- @DanielCao0 made their first contribution in https://github.com/meshtastic/protobufs/pull/714
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.0...v2.7.1
download
unix · zip
curl -fL -o v2.7.1.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.zip
printf '%s %s\n' 'bfee269d5432a94bd49fafd1c3221ae5e9459aa864ef66b640f4c760c9a27c43' 'v2.7.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.zip"
$out = "v2.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bfee269d5432a94bd49fafd1c3221ae5e9459aa864ef66b640f4c760c9a27c43") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.1.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.tar.gz
printf '%s %s\n' '6915c52afb18c89f9f568d9fcd18ad5011c547d2d61dd0b8bc5a57f907ef32db' 'v2.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.tar.gz"
$out = "v2.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6915c52afb18c89f9f568d9fcd18ad5011c547d2d61dd0b8bc5a57f907ef32db") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.zip
printf '%s %s\n' 'bfee269d5432a94bd49fafd1c3221ae5e9459aa864ef66b640f4c760c9a27c43' 'v2.7.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.zip"
$out = "v2.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bfee269d5432a94bd49fafd1c3221ae5e9459aa864ef66b640f4c760c9a27c43") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.tar.gz
printf '%s %s\n' '6915c52afb18c89f9f568d9fcd18ad5011c547d2d61dd0b8bc5a57f907ef32db' 'v2.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.tar.gz"
$out = "v2.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6915c52afb18c89f9f568d9fcd18ad5011c547d2d61dd0b8bc5a57f907ef32db") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.1.zip | zip | 92.6 KiB |
blake3-24 75dbcc4c041dac2f0d3a02eec0763c235a96e3712f695e8d
sha256 bfee269d5432a94bd49fafd1c3221ae5e9459aa864ef66b640f4c760c9a27c43
sha1 2de7a6678a640a539c1e073a4b1b9d96c545e2e8
|
| v2.7.1.tar.gz | tar.gz | 72.6 KiB |
blake3-24 5fec7579cddb0f8ef31fb6d7a787b33b5b51bc6f9e9a5159
sha256 6915c52afb18c89f9f568d9fcd18ad5011c547d2d61dd0b8bc5a57f907ef32db
sha1 288f612b321a9ff3585de3947e35528b644f280e
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.tar.gz"],
integrity = "sha256-aRXFKvsYyJ+fVo2fzRitUBHFR9LWHdC4vFpX+QfvMts=",
strip_prefix = "meshtastic-protobufs-v2.7.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.tar.gz"],
integrity = "sha256-aRXFKvsYyJ+fVo2fzRitUBHFR9LWHdC4vFpX+QfvMts=",
strip_prefix = "meshtastic-protobufs-v2.7.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.1.tar.gz",