vault / meshtastic-protobufs / v2.0.21
meshtastic-protobufs @ v2.0.21
integrity
- size
- 62.4 KiB
- downloaded
- last checked
release notes
What's Changed
- Add Hardware Type: BetaFPV 900 Nano TX by @MisterRager in https://github.com/meshtastic/protobufs/pull/307
- Update Relase CI by @sachaw in https://github.com/meshtastic/protobufs/pull/316
- Add metadata to fromradio by @thebentern in https://github.com/meshtastic/protobufs/pull/317
- Add nano g1 explorer by @neilhao in https://github.com/meshtastic/protobufs/pull/318
- Move the G1 Explorer up to the 'core' devices by @caveman99 in https://github.com/meshtastic/protobufs/pull/319
New Contributors
- @MisterRager made their first contribution in https://github.com/meshtastic/protobufs/pull/307
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.0.20...v2.0.21
download
unix · zip
curl -fL -o v2.0.21.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.zip
printf '%s %s\n' 'a266e1a63b46b2ae464f5c7532d91c9cadf6d4ca0f5b588a867200e9281411fc' 'v2.0.21.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.zip"
$out = "v2.0.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a266e1a63b46b2ae464f5c7532d91c9cadf6d4ca0f5b588a867200e9281411fc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.21.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.tar.gz
printf '%s %s\n' '965e8e2227c657102ed7a583819557572d8c1ab9735202063cdfb9d14bdb1923' 'v2.0.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.tar.gz"
$out = "v2.0.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "965e8e2227c657102ed7a583819557572d8c1ab9735202063cdfb9d14bdb1923") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.21.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.zip
printf '%s %s\n' 'a266e1a63b46b2ae464f5c7532d91c9cadf6d4ca0f5b588a867200e9281411fc' 'v2.0.21.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.zip"
$out = "v2.0.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a266e1a63b46b2ae464f5c7532d91c9cadf6d4ca0f5b588a867200e9281411fc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.21.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.tar.gz
printf '%s %s\n' '965e8e2227c657102ed7a583819557572d8c1ab9735202063cdfb9d14bdb1923' 'v2.0.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.tar.gz"
$out = "v2.0.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "965e8e2227c657102ed7a583819557572d8c1ab9735202063cdfb9d14bdb1923") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.21.zip | zip | 63.2 KiB |
blake3-24 6c1617657e290d97501dc6fcc0ec0e74afdd29688dc09558
sha256 a266e1a63b46b2ae464f5c7532d91c9cadf6d4ca0f5b588a867200e9281411fc
sha1 816d84bea9c2b7f66400ad25c1e02438e1237ced
|
| v2.0.21.tar.gz | tar.gz | 47.8 KiB |
blake3-24 319bdd5c3935ca5c3b583dd3055572fe920109d79b15c720
sha256 965e8e2227c657102ed7a583819557572d8c1ab9735202063cdfb9d14bdb1923
sha1 f135d834def651151b55005cf46c09ef226b1af2
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.tar.gz"],
integrity = "sha256-ll6OIifGVxAu16WDgZVXVy2MGrlzUgIGPN+50UvbGSM=",
strip_prefix = "meshtastic-protobufs-v2.0.21",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.21.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.tar.gz"],
integrity = "sha256-ll6OIifGVxAu16WDgZVXVy2MGrlzUgIGPN+50UvbGSM=",
strip_prefix = "meshtastic-protobufs-v2.0.21",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.21.tar.gz",