vault / meshtastic-firmware / 0.1.9
meshtastic-firmware @ 0.1.9
integrity
- size
- 12.7 MiB
- downloaded
- last checked
release notes
Everyone will want this change, it fixes some serious bugs.
Highlights:
- The failure to connect from the phone to the device should be fixed now
- An 'installer script' now programs devices completely from scratch, so HELTEC clone devices should now work. Would one of ya'll mind testing the new instructions I added in the README? If someone wants to make a Windows batchfile version of device_install.sh, that owuld be great!
- We now keep full elf files in the release zip, which makes it easier to debug remote crash reports (though this does make the zip file quite a bit larger)
- Device bugs are now reported up to the phone (and then back to the devs via analytics starting in the next Android release). This should help a lot in tracking down remaining problems that happen in the field.
- @girtsf flipped the TBEAM screen so it has the correct orientation.
Full list of changes: https://github.com/meshtastic/Meshtastic-esp32/compare/0.1.8...0.1.9
download
unix · zip
curl -fL -o 0.1.9.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.1.9.zip
printf '%s %s\n' '8348bb7f6d393e9c8f0585b893c1a19e16ce30bd8746ec04588b7c3ba3d5c829' '0.1.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.9.zip"
$out = "0.1.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8348bb7f6d393e9c8f0585b893c1a19e16ce30bd8746ec04588b7c3ba3d5c829") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.1.9.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.1.9.tar.gz
printf '%s %s\n' '3408278d3042c6905ac80efafb0f57269beb89977f2ad025be66ef5064a65efb' '0.1.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.9.tar.gz"
$out = "0.1.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3408278d3042c6905ac80efafb0f57269beb89977f2ad025be66ef5064a65efb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.1.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.9.zip
printf '%s %s\n' '8348bb7f6d393e9c8f0585b893c1a19e16ce30bd8746ec04588b7c3ba3d5c829' '0.1.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.9.zip"
$out = "0.1.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8348bb7f6d393e9c8f0585b893c1a19e16ce30bd8746ec04588b7c3ba3d5c829") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.1.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.9.tar.gz
printf '%s %s\n' '3408278d3042c6905ac80efafb0f57269beb89977f2ad025be66ef5064a65efb' '0.1.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.9.tar.gz"
$out = "0.1.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3408278d3042c6905ac80efafb0f57269beb89977f2ad025be66ef5064a65efb") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.1.9.zip | zip | 12.7 MiB |
blake3-24 da35e818b97cdff437b9f68a9adc96236100ffd8a9573b0e
sha256 8348bb7f6d393e9c8f0585b893c1a19e16ce30bd8746ec04588b7c3ba3d5c829
sha1 5cb245c84e135b9bf3de8c9e9905d750444dd4e1
|
| 0.1.9.tar.gz | tar.gz | 12.7 MiB |
blake3-24 6d433335bdca0e7584bf301e9fc1c2b01b942fa6310979c3
sha256 3408278d3042c6905ac80efafb0f57269beb89977f2ad025be66ef5064a65efb
sha1 e41626add6706ce40b35d349bacdb995583d457e
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.1.9.tar.gz"],
integrity = "sha256-NAgnjTBCxpBayA76+w9XJpvriZd/KtAlvmbvUGSmXvs=",
strip_prefix = "meshtastic-firmware-0.1.9",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.9.tar.gz"],
integrity = "sha256-NAgnjTBCxpBayA76+w9XJpvriZd/KtAlvmbvUGSmXvs=",
strip_prefix = "meshtastic-firmware-0.1.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.9.tar.gz",