vault / meshtastic-protobufs / v2.7.10
meshtastic-protobufs @ v2.7.10
integrity
- size
- 93.0 KiB
- downloaded
- last checked
release notes
What's Changed
- Add hardwareModel for M5stack c6l by @jp-bennett in https://github.com/meshtastic/protobufs/pull/775
- Move GpsCoordinateFormat gps_format And enum GpsCoordinateFormat to Device_UI Protobuf, Add Maidenhead Option by @Xaositek in https://github.com/meshtastic/protobufs/pull/774
- Add hardwareModel for M5Stack Cardputer Adv by @WillyJL in https://github.com/meshtastic/protobufs/pull/776
- add node_name_length option by @l0g-lab in https://github.com/meshtastic/protobufs/pull/768
- Add device_telemetry_enabled to force opt-in of device telemetry broadcasts by @thebentern in https://github.com/meshtastic/protobufs/pull/777
New Contributors
- @Xaositek made their first contribution in https://github.com/meshtastic/protobufs/pull/774
- @WillyJL made their first contribution in https://github.com/meshtastic/protobufs/pull/776
- @l0g-lab made their first contribution in https://github.com/meshtastic/protobufs/pull/768
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.9...v2.7.10
download
unix · zip
curl -fL -o v2.7.10.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.10.zip
printf '%s %s\n' '48d8b8f36cda9129f401e302c77c74553eedbd266914a8ae84319d9e78880548' 'v2.7.10.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.10.zip"
$out = "v2.7.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "48d8b8f36cda9129f401e302c77c74553eedbd266914a8ae84319d9e78880548") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.10.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.10.tar.gz
printf '%s %s\n' '966a20e6eed24aeb2c834c8c26b839786804bc6c1380c562a161bd904859a229' 'v2.7.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.10.tar.gz"
$out = "v2.7.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "966a20e6eed24aeb2c834c8c26b839786804bc6c1380c562a161bd904859a229") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.10.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.10.zip
printf '%s %s\n' '48d8b8f36cda9129f401e302c77c74553eedbd266914a8ae84319d9e78880548' 'v2.7.10.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.10.zip"
$out = "v2.7.10.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "48d8b8f36cda9129f401e302c77c74553eedbd266914a8ae84319d9e78880548") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.10.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.10.tar.gz
printf '%s %s\n' '966a20e6eed24aeb2c834c8c26b839786804bc6c1380c562a161bd904859a229' 'v2.7.10.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.10.tar.gz"
$out = "v2.7.10.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "966a20e6eed24aeb2c834c8c26b839786804bc6c1380c562a161bd904859a229") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.10.zip | zip | 94.5 KiB |
blake3-24 38e26b1f39d0ba2eeb0845ebe1595233ee0512afd5240c92
sha256 48d8b8f36cda9129f401e302c77c74553eedbd266914a8ae84319d9e78880548
sha1 167d9e38160a71d61a28cdb649d5ff3ca8d1fd21
|
| v2.7.10.tar.gz | tar.gz | 74.2 KiB |
blake3-24 4e0c017c5ff2296e44f54c48e60114d08722716883ac41d6
sha256 966a20e6eed24aeb2c834c8c26b839786804bc6c1380c562a161bd904859a229
sha1 079a9fcf93143823c92ec7841362870ba38e31aa
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.10.tar.gz"],
integrity = "sha256-lmog5u7SSussg0yMJrg5eGgEvGwTgMVioWG9kEhZoik=",
strip_prefix = "meshtastic-protobufs-v2.7.10",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.10.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.10.tar.gz"],
integrity = "sha256-lmog5u7SSussg0yMJrg5eGgEvGwTgMVioWG9kEhZoik=",
strip_prefix = "meshtastic-protobufs-v2.7.10",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.10.tar.gz",