vault / meshtastic-firmware / 0.0.4
meshtastic-firmware @ 0.0.4
integrity
- size
- 712.6 KiB
- downloaded
- last checked
release notes
This is a bleeding edge alpha. Changes since 0.0.3:
-
Light sleep now implemented, power draw is dramatically lower, a TBEAM should probably run for 3-4 days now. A bit more work is needed to get to 8 days, but I'll need to receive my new units from China to do that (I broke a signal to the GPS on my only TBEAM).
-
Lots of misc improvements
Next release should be late this week and will include the android app.
download
unix · zip
curl -fL -o 0.0.4.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.0.4.zip
printf '%s %s\n' '66312e1d036f0d6a188581a2bb25350fceca567360d8c6df42e441e8c435d1d1' '0.0.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.0.4.zip"
$out = "0.0.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66312e1d036f0d6a188581a2bb25350fceca567360d8c6df42e441e8c435d1d1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.0.4.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.0.4.tar.gz
printf '%s %s\n' '70856f2d647ea56038ebde5bc9c57d7a8d71e4f5008473eaba100de967636cf1' '0.0.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.0.4.tar.gz"
$out = "0.0.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "70856f2d647ea56038ebde5bc9c57d7a8d71e4f5008473eaba100de967636cf1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.0.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.4.zip
printf '%s %s\n' '66312e1d036f0d6a188581a2bb25350fceca567360d8c6df42e441e8c435d1d1' '0.0.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.4.zip"
$out = "0.0.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66312e1d036f0d6a188581a2bb25350fceca567360d8c6df42e441e8c435d1d1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.0.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.4.tar.gz
printf '%s %s\n' '70856f2d647ea56038ebde5bc9c57d7a8d71e4f5008473eaba100de967636cf1' '0.0.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.4.tar.gz"
$out = "0.0.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "70856f2d647ea56038ebde5bc9c57d7a8d71e4f5008473eaba100de967636cf1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.0.4.zip | zip | 714.9 KiB |
blake3-24 cbc28372a215a4fb05cf9c39baeb9724c705a52293b11620
sha256 66312e1d036f0d6a188581a2bb25350fceca567360d8c6df42e441e8c435d1d1
sha1 b998e8a0a31a49944bcba4859e03618c6ef49fee
|
| 0.0.4.tar.gz | tar.gz | 686.6 KiB |
blake3-24 087001510e6ef0e3d91132d32e650a1b2ac06e99dfb564ff
sha256 70856f2d647ea56038ebde5bc9c57d7a8d71e4f5008473eaba100de967636cf1
sha1 5c936500c917d3d64a725d407892886d4aff3a0c
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.0.4.tar.gz"],
integrity = "sha256-cIVvLWR+pWA4695bycV9eo1x5PUAhHPquhAN6WdjbPE=",
strip_prefix = "meshtastic-firmware-0.0.4",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.0.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.4.tar.gz"],
integrity = "sha256-cIVvLWR+pWA4695bycV9eo1x5PUAhHPquhAN6WdjbPE=",
strip_prefix = "meshtastic-firmware-0.0.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.0.4.tar.gz",