vault / meshtastic-protobufs / v2.2.13
meshtastic-protobufs @ v2.2.13
integrity
- size
- 67.1 KiB
- downloaded
- last checked
release notes
What's Changed
- Ext. Notification use i2s audio interface as buzzer by @thebentern in https://github.com/meshtastic/protobufs/pull/397
- Power Metrics Telemetry Variant / INA3221 Sensor by @RicInNewMexico in https://github.com/meshtastic/protobufs/pull/401
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.12...v2.2.13
download
unix · zip
curl -fL -o v2.2.13.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.13.zip
printf '%s %s\n' 'e3ddd8ac77d747d0723c88e04b1655202d079553e52733cdc3823d309ed16e10' 'v2.2.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.13.zip"
$out = "v2.2.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e3ddd8ac77d747d0723c88e04b1655202d079553e52733cdc3823d309ed16e10") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.13.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.13.tar.gz
printf '%s %s\n' '9e2ae80c56f6c67bc84fa1647746f3a6fd7d01b3c0807414d6f79a606c15cc68' 'v2.2.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.13.tar.gz"
$out = "v2.2.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9e2ae80c56f6c67bc84fa1647746f3a6fd7d01b3c0807414d6f79a606c15cc68") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.13.zip
printf '%s %s\n' 'e3ddd8ac77d747d0723c88e04b1655202d079553e52733cdc3823d309ed16e10' 'v2.2.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.13.zip"
$out = "v2.2.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e3ddd8ac77d747d0723c88e04b1655202d079553e52733cdc3823d309ed16e10") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.13.tar.gz
printf '%s %s\n' '9e2ae80c56f6c67bc84fa1647746f3a6fd7d01b3c0807414d6f79a606c15cc68' 'v2.2.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.13.tar.gz"
$out = "v2.2.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9e2ae80c56f6c67bc84fa1647746f3a6fd7d01b3c0807414d6f79a606c15cc68") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.13.zip | zip | 68.0 KiB |
blake3-24 e47b48357ff7f07a35fde16905f9c67aed4c42fb554f06d1
sha256 e3ddd8ac77d747d0723c88e04b1655202d079553e52733cdc3823d309ed16e10
sha1 88be1d60c4018cbb8e45b161f6459706cb3a2c2f
|
| v2.2.13.tar.gz | tar.gz | 51.5 KiB |
blake3-24 b52ebc9e1f4ccc428d2418c52e8cc43020af2f3a386ee610
sha256 9e2ae80c56f6c67bc84fa1647746f3a6fd7d01b3c0807414d6f79a606c15cc68
sha1 a204d458465a81114643a1f34002bb03a6fe38ec
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.13.tar.gz"],
integrity = "sha256-niroDFb2xnvIT6Fkd0bzpv19AbPAgHQU1veaYGwVzGg=",
strip_prefix = "meshtastic-protobufs-v2.2.13",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.13.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.13.tar.gz"],
integrity = "sha256-niroDFb2xnvIT6Fkd0bzpv19AbPAgHQU1veaYGwVzGg=",
strip_prefix = "meshtastic-protobufs-v2.2.13",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.13.tar.gz",