vault / meshtastic-web / v2.5.3
meshtastic-web @ v2.5.3
integrity
- size
- 213.6 KiB
- downloaded
- last checked
release notes
What's Changed
- Only allow channel index 0 to be PRIMARY by @Hunter275 in https://github.com/meshtastic/web/pull/300
- Fix/static ip display by @KomelT in https://github.com/meshtastic/web/pull/269
- Unknown nodes by @KomelT in https://github.com/meshtastic/web/pull/304
- Unknown nodes by @KomelT in https://github.com/meshtastic/web/pull/306
- Remove Channel Accuracy from Position settings by @Hunter275 in https://github.com/meshtastic/web/pull/303
- Remove router-client by @Hunter275 in https://github.com/meshtastic/web/pull/310
Full Changelog: https://github.com/meshtastic/web/compare/2.5.2...v2.5.3
download
unix · zip
curl -fL -o v2.5.3.zip https://ratatoskr.space/pkg/meshtastic-web/v2.5.3.zip
printf '%s %s\n' 'f7c9a431d71bf811f95d31299e24619a1d7c4dc07f7a5e21707dfad4856c7b64' 'v2.5.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.5.3.zip"
$out = "v2.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f7c9a431d71bf811f95d31299e24619a1d7c4dc07f7a5e21707dfad4856c7b64") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.3.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v2.5.3.tar.gz
printf '%s %s\n' '103bff7124468eb01e1ef3d9433a1fe7e029acc0f6e7a7efade1c9aed75d2042' 'v2.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.5.3.tar.gz"
$out = "v2.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "103bff7124468eb01e1ef3d9433a1fe7e029acc0f6e7a7efade1c9aed75d2042") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.3.zip
printf '%s %s\n' 'f7c9a431d71bf811f95d31299e24619a1d7c4dc07f7a5e21707dfad4856c7b64' 'v2.5.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.3.zip"
$out = "v2.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f7c9a431d71bf811f95d31299e24619a1d7c4dc07f7a5e21707dfad4856c7b64") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.3.tar.gz
printf '%s %s\n' '103bff7124468eb01e1ef3d9433a1fe7e029acc0f6e7a7efade1c9aed75d2042' 'v2.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.3.tar.gz"
$out = "v2.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "103bff7124468eb01e1ef3d9433a1fe7e029acc0f6e7a7efade1c9aed75d2042") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.3.zip | zip | 216.4 KiB |
blake3-24 bdf351658c64baa3e01a0e473254f708605a57d221ffde7f
sha256 f7c9a431d71bf811f95d31299e24619a1d7c4dc07f7a5e21707dfad4856c7b64
sha1 12391fb4c013ed0204e95cdab5cab0be237d0aff
|
| v2.5.3.tar.gz | tar.gz | 150.7 KiB |
blake3-24 b648e71a2c9b4f52359d5110fe888eb4e008c516ddeb225c
sha256 103bff7124468eb01e1ef3d9433a1fe7e029acc0f6e7a7efade1c9aed75d2042
sha1 b65f255be595eb709a1976566ab3975a1516b107
|
install
bazel
http_archive(
name = "meshtastic-web",
urls = ["https://ratatoskr.space/pkg/meshtastic-web/v2.5.3.tar.gz"],
integrity = "sha256-EDv/cSRGjrAeHvPZQzof5+AprMD256fvreHJrtddIEI=",
strip_prefix = "meshtastic-web-v2.5.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-web/v2.5.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-web",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.3.tar.gz"],
integrity = "sha256-EDv/cSRGjrAeHvPZQzof5+AprMD256fvreHJrtddIEI=",
strip_prefix = "meshtastic-web-v2.5.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.3.tar.gz",