vault / meshtastic-protobufs / v2.3.9
meshtastic-protobufs @ v2.3.9
integrity
- size
- 74.5 KiB
- downloaded
- last checked
release notes
What's Changed
- add wiphone by @caveman99 in https://github.com/meshtastic/protobufs/pull/494
- New variant PROMICRO_DIY by @mrekin in https://github.com/meshtastic/protobufs/pull/495
- Update telemetry.proto by @pr000t in https://github.com/meshtastic/protobufs/pull/496
New Contributors
- @mrekin made their first contribution in https://github.com/meshtastic/protobufs/pull/495
- @pr000t made their first contribution in https://github.com/meshtastic/protobufs/pull/496
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.3.8...v2.3.9
download
unix · zip
curl -fL -o v2.3.9.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.zip
printf '%s %s\n' '1c44b00a9582e09a802a754016513c941d076404e5f321ccd148067da69dee32' 'v2.3.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.zip"
$out = "v2.3.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1c44b00a9582e09a802a754016513c941d076404e5f321ccd148067da69dee32") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.9.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.tar.gz
printf '%s %s\n' '3aaec7fa80194de78eaba90f86c272ec2485142e31e4e715fe0153863ef5914a' 'v2.3.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.tar.gz"
$out = "v2.3.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3aaec7fa80194de78eaba90f86c272ec2485142e31e4e715fe0153863ef5914a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.zip
printf '%s %s\n' '1c44b00a9582e09a802a754016513c941d076404e5f321ccd148067da69dee32' 'v2.3.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.zip"
$out = "v2.3.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1c44b00a9582e09a802a754016513c941d076404e5f321ccd148067da69dee32") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.tar.gz
printf '%s %s\n' '3aaec7fa80194de78eaba90f86c272ec2485142e31e4e715fe0153863ef5914a' 'v2.3.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.tar.gz"
$out = "v2.3.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3aaec7fa80194de78eaba90f86c272ec2485142e31e4e715fe0153863ef5914a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.9.zip | zip | 75.7 KiB |
blake3-24 349c9b5da879bc9682a91df66ceb5616c52c805951fc1c47
sha256 1c44b00a9582e09a802a754016513c941d076404e5f321ccd148067da69dee32
sha1 17f797fc5b1b2a069111dd0a3e358cb2af2e712d
|
| v2.3.9.tar.gz | tar.gz | 58.1 KiB |
blake3-24 f1e5d3b2ca0f17f6d89804d7dbb2bd8c16113609cdab14a9
sha256 3aaec7fa80194de78eaba90f86c272ec2485142e31e4e715fe0153863ef5914a
sha1 adee9ca4ac03e57211989dce2e7f03bda9b6ced7
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.tar.gz"],
integrity = "sha256-Oq7H+oAZTeeOq6kPhsJy7CSFFC4x5OcV/gFThj71kUo=",
strip_prefix = "meshtastic-protobufs-v2.3.9",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.tar.gz"],
integrity = "sha256-Oq7H+oAZTeeOq6kPhsJy7CSFFC4x5OcV/gFThj71kUo=",
strip_prefix = "meshtastic-protobufs-v2.3.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.9.tar.gz",