vault / meshtastic-protobufs / v2.0.18
meshtastic-protobufs @ v2.0.18
integrity
- size
- 62.7 KiB
- downloaded
- last checked
release notes
Protobufs for version v2.0.18 release of Meshtastic firmware
What's Changed
- Add Storage for OEM specific device presets by @caveman99 in https://github.com/meshtastic/protobufs/pull/300
- Add hardware model to metadata payload by @thebentern in https://github.com/meshtastic/protobufs/pull/303
- Connection status by @thebentern in https://github.com/meshtastic/protobufs/pull/304
- Put a limit on ssid by @thebentern in https://github.com/meshtastic/protobufs/pull/305
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.0.17...v2.0.18
download
unix · zip
curl -fL -o v2.0.18.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.18.zip
printf '%s %s\n' '143d95d5351db872553403f771a6fb7888cb9ef769e68becba76099a8c0676c7' 'v2.0.18.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.18.zip"
$out = "v2.0.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "143d95d5351db872553403f771a6fb7888cb9ef769e68becba76099a8c0676c7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.18.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.18.tar.gz
printf '%s %s\n' 'e391976bf2c4a4c5837ad75e9724eccc2bf8cde0f374aa0ce847fe388f84e340' 'v2.0.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.18.tar.gz"
$out = "v2.0.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e391976bf2c4a4c5837ad75e9724eccc2bf8cde0f374aa0ce847fe388f84e340") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.18.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.18.zip
printf '%s %s\n' '143d95d5351db872553403f771a6fb7888cb9ef769e68becba76099a8c0676c7' 'v2.0.18.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.18.zip"
$out = "v2.0.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "143d95d5351db872553403f771a6fb7888cb9ef769e68becba76099a8c0676c7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.18.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.18.tar.gz
printf '%s %s\n' 'e391976bf2c4a4c5837ad75e9724eccc2bf8cde0f374aa0ce847fe388f84e340' 'v2.0.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.18.tar.gz"
$out = "v2.0.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e391976bf2c4a4c5837ad75e9724eccc2bf8cde0f374aa0ce847fe388f84e340") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.18.zip | zip | 63.6 KiB |
blake3-24 43add03b8dc0d7237a5b8244495dcd1fc594f0d020e770c2
sha256 143d95d5351db872553403f771a6fb7888cb9ef769e68becba76099a8c0676c7
sha1 c7c9744d068a67e9b194513eefb732c1de3baa24
|
| v2.0.18.tar.gz | tar.gz | 47.3 KiB |
blake3-24 f03c78709bb68f0e1d89d41433936df76c6b94655aa7b814
sha256 e391976bf2c4a4c5837ad75e9724eccc2bf8cde0f374aa0ce847fe388f84e340
sha1 ed5edee9d90c58d7ef205910b7f7d3a90551cfa0
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.18.tar.gz"],
integrity = "sha256-45GXa/LEpMWDetdelyTszCv4zeDzdKoM6Ef+OI+E40A=",
strip_prefix = "meshtastic-protobufs-v2.0.18",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.18.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.18.tar.gz"],
integrity = "sha256-45GXa/LEpMWDetdelyTszCv4zeDzdKoM6Ef+OI+E40A=",
strip_prefix = "meshtastic-protobufs-v2.0.18",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.18.tar.gz",