vault / meshtastic-protobufs / v2.3.13
meshtastic-protobufs @ v2.3.13
integrity
- size
- 75.9 KiB
- downloaded
- last checked
release notes
What's Changed
- Add compass_orientation by @jp-bennett in https://github.com/meshtastic/protobufs/pull/515
- Add Heltec Capsule Sensor V3 by @Heltec-Aaron-Lee in https://github.com/meshtastic/protobufs/pull/516
- add NAU7802 protobufs by @caveman99 in https://github.com/meshtastic/protobufs/pull/517
- dang manual changes by @caveman99 in https://github.com/meshtastic/protobufs/pull/518
- add admin message for calibration. by @caveman99 in https://github.com/meshtastic/protobufs/pull/519
- add RAK2560 outdoor node by @caveman99 in https://github.com/meshtastic/protobufs/pull/520
New Contributors
- @Heltec-Aaron-Lee made their first contribution in https://github.com/meshtastic/protobufs/pull/516
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.3.12...v2.3.13
download
unix · zip
curl -fL -o v2.3.13.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.13.zip
printf '%s %s\n' 'aab34718524c6eb3d51b51e3353898e3e850037a76bbbd72456541ebf923a1b9' 'v2.3.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.13.zip"
$out = "v2.3.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aab34718524c6eb3d51b51e3353898e3e850037a76bbbd72456541ebf923a1b9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.13.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.13.tar.gz
printf '%s %s\n' '2a51c3186d7f40a3747233e9ef17645148b9e1e12f7977f8a814c5bf7e109dc8' 'v2.3.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.13.tar.gz"
$out = "v2.3.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a51c3186d7f40a3747233e9ef17645148b9e1e12f7977f8a814c5bf7e109dc8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.13.zip
printf '%s %s\n' 'aab34718524c6eb3d51b51e3353898e3e850037a76bbbd72456541ebf923a1b9' 'v2.3.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.13.zip"
$out = "v2.3.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aab34718524c6eb3d51b51e3353898e3e850037a76bbbd72456541ebf923a1b9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.13.tar.gz
printf '%s %s\n' '2a51c3186d7f40a3747233e9ef17645148b9e1e12f7977f8a814c5bf7e109dc8' 'v2.3.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.13.tar.gz"
$out = "v2.3.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a51c3186d7f40a3747233e9ef17645148b9e1e12f7977f8a814c5bf7e109dc8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.13.zip | zip | 77.1 KiB |
blake3-24 71d5c7c728102c5b99d43a0723108154fa4bddf54ac2db27
sha256 aab34718524c6eb3d51b51e3353898e3e850037a76bbbd72456541ebf923a1b9
sha1 4e12c0b2c3e7b9319f7377b684907f258e6f72a5
|
| v2.3.13.tar.gz | tar.gz | 59.4 KiB |
blake3-24 48d178a7fd1eed52cc5e552447217696df9d41ea52fe33a1
sha256 2a51c3186d7f40a3747233e9ef17645148b9e1e12f7977f8a814c5bf7e109dc8
sha1 c063db87d62d66388731c287191d6cf685cd27ac
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.13.tar.gz"],
integrity = "sha256-KlHDGG1/QKN0cjPp7xdkUUi54eEveXf4qBTFv34Qncg=",
strip_prefix = "meshtastic-protobufs-v2.3.13",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.13.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.13.tar.gz"],
integrity = "sha256-KlHDGG1/QKN0cjPp7xdkUUi54eEveXf4qBTFv34Qncg=",
strip_prefix = "meshtastic-protobufs-v2.3.13",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.13.tar.gz",