vault / meshtastic-protobufs / v2.4.0
meshtastic-protobufs @ v2.4.0
integrity
- size
- 78.3 KiB
- downloaded
- last checked
release notes
What's Changed
- Add bool to StoreForward config to set it as server by @GUVWAF in https://github.com/meshtastic/protobufs/pull/530
- Disable PA FAN by @gjelsoe in https://github.com/meshtastic/protobufs/pull/531
- add ws85 serialmodule mode, add gust,lull to env telemetry by @tavdog in https://github.com/meshtastic/protobufs/pull/532
New Contributors
- @tavdog made their first contribution in https://github.com/meshtastic/protobufs/pull/532
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.3.15...v2.4.0
download
unix · zip
curl -fL -o v2.4.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.0.zip
printf '%s %s\n' 'df2c83e0b8f388de93807a74d6cd5a382756787b884674b9867df5b61414fb83' 'v2.4.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.0.zip"
$out = "v2.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df2c83e0b8f388de93807a74d6cd5a382756787b884674b9867df5b61414fb83") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.0.tar.gz
printf '%s %s\n' '436e415b45ca9a461240f4dacd8b324c4cc8851cafe2040080d3ac98cf83948d' 'v2.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.0.tar.gz"
$out = "v2.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "436e415b45ca9a461240f4dacd8b324c4cc8851cafe2040080d3ac98cf83948d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.0.zip
printf '%s %s\n' 'df2c83e0b8f388de93807a74d6cd5a382756787b884674b9867df5b61414fb83' 'v2.4.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.0.zip"
$out = "v2.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df2c83e0b8f388de93807a74d6cd5a382756787b884674b9867df5b61414fb83") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.0.tar.gz
printf '%s %s\n' '436e415b45ca9a461240f4dacd8b324c4cc8851cafe2040080d3ac98cf83948d' 'v2.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.0.tar.gz"
$out = "v2.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "436e415b45ca9a461240f4dacd8b324c4cc8851cafe2040080d3ac98cf83948d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.4.0.zip | zip | 79.6 KiB |
blake3-24 cbbcec90ea7f3552c44465feb54f746d1cb49ee6c4ce889b
sha256 df2c83e0b8f388de93807a74d6cd5a382756787b884674b9867df5b61414fb83
sha1 3cde78ff730fdebe2a81b1882d195ed55709bd3c
|
| v2.4.0.tar.gz | tar.gz | 61.5 KiB |
blake3-24 bd06b8dd30ed3b5ca9c925094f599b0bfc0f46f5cc4aca95
sha256 436e415b45ca9a461240f4dacd8b324c4cc8851cafe2040080d3ac98cf83948d
sha1 fdf79a2cae464267f5b5ae28848ed4463b64d29f
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.0.tar.gz"],
integrity = "sha256-Q25BW0XKmkYSQPTazYsyTEzIhRyv4gQAgNOsmM+DlI0=",
strip_prefix = "meshtastic-protobufs-v2.4.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.4.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.0.tar.gz"],
integrity = "sha256-Q25BW0XKmkYSQPTazYsyTEzIhRyv4gQAgNOsmM+DlI0=",
strip_prefix = "meshtastic-protobufs-v2.4.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.4.0.tar.gz",