vault / meshtastic-protobufs / v2.4.3
meshtastic-protobufs @ v2.4.3
integrity
- size
- 78.8 KiB
- downloaded
- last checked
release notes
What's Changed
- New factory reset (device) admin command and make distinction about existing command that only config / device state is removed by @thebentern in https://github.com/meshtastic/protobufs/pull/539
- Add RAK3172 and Wio-E5 STM32WL-based hardware models by @GUVWAF in https://github.com/meshtastic/protobufs/pull/548
- Additional Telemetry sensors - BMP388, ICM-20948, MAX17048 by @dhskinner in https://github.com/meshtastic/protobufs/pull/540
- New Device, RadioMaster Bandit by @gjelsoe in https://github.com/meshtastic/protobufs/pull/551
- Remove dos-style formatting from telemetry.proto by @jp-bennett in https://github.com/meshtastic/protobufs/pull/554
New Contributors
- @dhskinner made their first contribution in https://github.com/meshtastic/protobufs/pull/540
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.4.2...v2.4.3
download
unix · zip
curl -fL -o v2.4.3.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.3.zip
printf '%s %s\n' '56ff70b9066856e720c8b34f41e3b5df881b97b36a58330c84b5bb93b9f3a982' 'v2.4.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.3.zip"
$out = "v2.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "56ff70b9066856e720c8b34f41e3b5df881b97b36a58330c84b5bb93b9f3a982") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.3.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.3.tar.gz
printf '%s %s\n' '2f792e5a7a7f9463184c6078ec9d796f9e4d1620e17be3d124cd2fefea4797e1' 'v2.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.3.tar.gz"
$out = "v2.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2f792e5a7a7f9463184c6078ec9d796f9e4d1620e17be3d124cd2fefea4797e1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.3.zip
printf '%s %s\n' '56ff70b9066856e720c8b34f41e3b5df881b97b36a58330c84b5bb93b9f3a982' 'v2.4.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.3.zip"
$out = "v2.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "56ff70b9066856e720c8b34f41e3b5df881b97b36a58330c84b5bb93b9f3a982") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.3.tar.gz
printf '%s %s\n' '2f792e5a7a7f9463184c6078ec9d796f9e4d1620e17be3d124cd2fefea4797e1' 'v2.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.3.tar.gz"
$out = "v2.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2f792e5a7a7f9463184c6078ec9d796f9e4d1620e17be3d124cd2fefea4797e1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.4.3.zip | zip | 80.1 KiB |
blake3-24 87db24ea592a5a8e61d71a40b6e949b7207c937577889cb5
sha256 56ff70b9066856e720c8b34f41e3b5df881b97b36a58330c84b5bb93b9f3a982
sha1 293fd0f9d77e0d81a2f3f72544fa1ba54ab12e75
|
| v2.4.3.tar.gz | tar.gz | 61.9 KiB |
blake3-24 5104fa5acefb8c79bf07e33c8ecd800b9f118fd2c2c3373b
sha256 2f792e5a7a7f9463184c6078ec9d796f9e4d1620e17be3d124cd2fefea4797e1
sha1 0dff94a14dc053f92e23c861da954ff725600d90
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.3.tar.gz"],
integrity = "sha256-L3kuWnp/lGMYTGB47J15b55NFiDhe+PRJM0v7+pHl+E=",
strip_prefix = "meshtastic-protobufs-v2.4.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.3.tar.gz"],
integrity = "sha256-L3kuWnp/lGMYTGB47J15b55NFiDhe+PRJM0v7+pHl+E=",
strip_prefix = "meshtastic-protobufs-v2.4.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.3.tar.gz",