vault / meshtastic-protobufs / v2.1.14
meshtastic-protobufs @ v2.1.14
integrity
- size
- 64.9 KiB
- downloaded
- last checked
release notes
What's Changed
- INA i2c address for device battery measurement by @thebentern in https://github.com/meshtastic/protobufs/pull/349
- CalTopo serial mode by @thebentern in https://github.com/meshtastic/protobufs/pull/350
- Add HW models for RPi Pico (W) and RAK11310 by @GUVWAF in https://github.com/meshtastic/protobufs/pull/351
- Override console serial port by @thebentern in https://github.com/meshtastic/protobufs/pull/352
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.13...v2.1.14
download
unix · zip
curl -fL -o v2.1.14.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.14.zip
printf '%s %s\n' '3adba94cc02aade4309e3a9afbbe081fb704838ac81795f9ff6491904a35a7e4' 'v2.1.14.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.14.zip"
$out = "v2.1.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3adba94cc02aade4309e3a9afbbe081fb704838ac81795f9ff6491904a35a7e4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.14.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.14.tar.gz
printf '%s %s\n' 'c6aab3786d1997d79b3472b6f23ecd3041bfafd3538f0dffa83602e2db24d65c' 'v2.1.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.14.tar.gz"
$out = "v2.1.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c6aab3786d1997d79b3472b6f23ecd3041bfafd3538f0dffa83602e2db24d65c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.14.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.14.zip
printf '%s %s\n' '3adba94cc02aade4309e3a9afbbe081fb704838ac81795f9ff6491904a35a7e4' 'v2.1.14.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.14.zip"
$out = "v2.1.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3adba94cc02aade4309e3a9afbbe081fb704838ac81795f9ff6491904a35a7e4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.14.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.14.tar.gz
printf '%s %s\n' 'c6aab3786d1997d79b3472b6f23ecd3041bfafd3538f0dffa83602e2db24d65c' 'v2.1.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.14.tar.gz"
$out = "v2.1.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c6aab3786d1997d79b3472b6f23ecd3041bfafd3538f0dffa83602e2db24d65c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.14.zip | zip | 65.9 KiB |
blake3-24 fe1163e7f617c77317245f6dcecb007ea94c7f7b233c25c1
sha256 3adba94cc02aade4309e3a9afbbe081fb704838ac81795f9ff6491904a35a7e4
sha1 b6a88aeec1e705afef737d9280a18ea1ff7f2ffc
|
| v2.1.14.tar.gz | tar.gz | 49.4 KiB |
blake3-24 beee17ff2cdd7caf10657d290550bfb4ba6fe262f1c3b05a
sha256 c6aab3786d1997d79b3472b6f23ecd3041bfafd3538f0dffa83602e2db24d65c
sha1 2ce5fb55feee98ff47c9498ed1635213e02d0da6
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.14.tar.gz"],
integrity = "sha256-xqqzeG0Zl9ebNHK28j7NMEG/r9NTjw3/qDYC4tsk1lw=",
strip_prefix = "meshtastic-protobufs-v2.1.14",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.14.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.14.tar.gz"],
integrity = "sha256-xqqzeG0Zl9ebNHK28j7NMEG/r9NTjw3/qDYC4tsk1lw=",
strip_prefix = "meshtastic-protobufs-v2.1.14",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.14.tar.gz",