vault / meshtastic-firmware / 0.1.8
meshtastic-firmware @ 0.1.8
integrity
- size
- 12.7 MiB
- downloaded
- last checked
release notes
Everyone will want this change, a lot of important fixes
Great fixes from @girtsf (related to bluetooth android problems and general cleanup):
- Work towards separating out how Screen interacts with other stuff.
Screenshould now be thread-safe. All commands to it are put in a queue and handled indoTaskfrom theloop()task.- Break dependency from
BluetoothUtiltoScreenby changing the pairing request into a callback. - All accesses to screen now happen through the class.
- Fix
drawRowsso that the text scrolls along with frame animations.
Changes from geeksville:
- Oops, my recent GPS 'improvements' broke the compass display update, fixed.
- We now report dynamic 'has working gps' data to the phone (so if your device doesn't have a GPS the phone automatically helps out and provides position data for this node)
- devices that only have a single data wire for their GPS should now work.
- Whenever you are watching a node on the OLED display, behind the scenes the devices will be exchanging your position more quickly than normal (just for those two nodes), to ensure a nice user experience if you are trying to get to someone.
Full list of changes: https://github.com/meshtastic/Meshtastic-esp32/compare/0.1.7...0.1.8
download
unix · zip
curl -fL -o 0.1.8.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.1.8.zip
printf '%s %s\n' '0673d8ff739b506d37819970c011fb6fa762a5cdc156def7cca867f123553d40' '0.1.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.8.zip"
$out = "0.1.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0673d8ff739b506d37819970c011fb6fa762a5cdc156def7cca867f123553d40") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.1.8.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.1.8.tar.gz
printf '%s %s\n' '6a0c1f30ce051dd5d9c3ec1dfbc2956b331f58681d688f44859b1ba59a9e94ac' '0.1.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.8.tar.gz"
$out = "0.1.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6a0c1f30ce051dd5d9c3ec1dfbc2956b331f58681d688f44859b1ba59a9e94ac") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.1.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.8.zip
printf '%s %s\n' '0673d8ff739b506d37819970c011fb6fa762a5cdc156def7cca867f123553d40' '0.1.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.8.zip"
$out = "0.1.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0673d8ff739b506d37819970c011fb6fa762a5cdc156def7cca867f123553d40") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.1.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.8.tar.gz
printf '%s %s\n' '6a0c1f30ce051dd5d9c3ec1dfbc2956b331f58681d688f44859b1ba59a9e94ac' '0.1.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.8.tar.gz"
$out = "0.1.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6a0c1f30ce051dd5d9c3ec1dfbc2956b331f58681d688f44859b1ba59a9e94ac") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.1.8.zip | zip | 12.7 MiB |
blake3-24 7f2a15565b68ed2635fda6dca2e922a7c5f739ddecddc19d
sha256 0673d8ff739b506d37819970c011fb6fa762a5cdc156def7cca867f123553d40
sha1 dc1b8888e0f84b48fc84b00a9641044747080aba
|
| 0.1.8.tar.gz | tar.gz | 12.7 MiB |
blake3-24 8865e9a0383d1d56b754644f902779396c033d8553440e63
sha256 6a0c1f30ce051dd5d9c3ec1dfbc2956b331f58681d688f44859b1ba59a9e94ac
sha1 c6d56bfbf6435f83cdf9de00eed71cbb37e75066
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.1.8.tar.gz"],
integrity = "sha256-agwfMM4FHdXZw+wd+8KVazMfWGgdaI9EhZsbpZqelKw=",
strip_prefix = "meshtastic-firmware-0.1.8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.1.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.8.tar.gz"],
integrity = "sha256-agwfMM4FHdXZw+wd+8KVazMfWGgdaI9EhZsbpZqelKw=",
strip_prefix = "meshtastic-firmware-0.1.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.1.8.tar.gz",