vault / meshtastic-protobufs / v2.3.7
meshtastic-protobufs @ v2.3.7
integrity
- size
- 74.4 KiB
- downloaded
- last checked
release notes
What's Changed
- Add status_led_off to support turning status LED off (dark mode) by @ndoo in https://github.com/meshtastic/protobufs/pull/485
- Support RCWL-9620 by @caveman99 in https://github.com/meshtastic/protobufs/pull/486
- rename value to "distance" by @caveman99 in https://github.com/meshtastic/protobufs/pull/487
- Rebrand as heartbeat led and add more explicit description by @thebentern in https://github.com/meshtastic/protobufs/pull/488
- add HardwareModel: TWC_MESH_V4 to mesh.proto HardwareModel enum by @SCWhite in https://github.com/meshtastic/protobufs/pull/489
New Contributors
- @SCWhite made their first contribution in https://github.com/meshtastic/protobufs/pull/489
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.3.6...v2.3.7
download
unix · zip
curl -fL -o v2.3.7.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.7.zip
printf '%s %s\n' 'd33ec3e98be2ad8023c57c2a3c802e9a21b6c001fcb39115d61ac41fed99362c' 'v2.3.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.7.zip"
$out = "v2.3.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d33ec3e98be2ad8023c57c2a3c802e9a21b6c001fcb39115d61ac41fed99362c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.7.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.7.tar.gz
printf '%s %s\n' 'bb7e89d34381e152afbe4a0cb8a784bdd6740b4c9d86e1a630f440fe7d7a907a' 'v2.3.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.7.tar.gz"
$out = "v2.3.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb7e89d34381e152afbe4a0cb8a784bdd6740b4c9d86e1a630f440fe7d7a907a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.7.zip
printf '%s %s\n' 'd33ec3e98be2ad8023c57c2a3c802e9a21b6c001fcb39115d61ac41fed99362c' 'v2.3.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.7.zip"
$out = "v2.3.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d33ec3e98be2ad8023c57c2a3c802e9a21b6c001fcb39115d61ac41fed99362c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.7.tar.gz
printf '%s %s\n' 'bb7e89d34381e152afbe4a0cb8a784bdd6740b4c9d86e1a630f440fe7d7a907a' 'v2.3.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.7.tar.gz"
$out = "v2.3.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb7e89d34381e152afbe4a0cb8a784bdd6740b4c9d86e1a630f440fe7d7a907a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.7.zip | zip | 75.6 KiB |
blake3-24 8b259d06e49a377ed4ee575dca3e4b2f3f2ccfa8a91eb488
sha256 d33ec3e98be2ad8023c57c2a3c802e9a21b6c001fcb39115d61ac41fed99362c
sha1 31fc401758ae95da489bc330cc3f78c884a42927
|
| v2.3.7.tar.gz | tar.gz | 58.0 KiB |
blake3-24 9b75df7229fcd3b99b9ee00f68726d3928b0f90c5c5d3e1f
sha256 bb7e89d34381e152afbe4a0cb8a784bdd6740b4c9d86e1a630f440fe7d7a907a
sha1 ecfaab61fb68e5c6b88e451b4d07f54f229f3435
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.7.tar.gz"],
integrity = "sha256-u36J00OB4VKvvkoMuKeEvdZ0C0ydhuGmMPRA/n16kHo=",
strip_prefix = "meshtastic-protobufs-v2.3.7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.7.tar.gz"],
integrity = "sha256-u36J00OB4VKvvkoMuKeEvdZ0C0ydhuGmMPRA/n16kHo=",
strip_prefix = "meshtastic-protobufs-v2.3.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.7.tar.gz",