vault / meshtastic-firmware / v2.1.19.eb7025f
meshtastic-firmware @ v2.1.19.eb7025f
integrity
- size
- 782.8 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
This release notably contains: new hardware support for the Heltec Wireless Tracker and partial support for the Heltec Wireless Paper (missing E-Ink display functionality currently), GPS enhancements, fix for Bluetooth stack crashing on sending of text message on ESP32 devices, and a fix for the INA-2XX environmental telemetry measurement bug.
Bug Fixes
- Center text based on screen width by @pdxlocations in https://github.com/meshtastic/firmware/pull/2603
- Fix BLE PIN screen for not so large screens by @mverch67 in https://github.com/meshtastic/firmware/pull/2624
- Fix INA sensor bug with no longer initializing in Environment Telemetry by @thebentern in https://github.com/meshtastic/firmware/pull/2613
- Fix various typos by @luzpaz in https://github.com/meshtastic/firmware/pull/2607
- Fix: T-Echo auto-detection (vscode) by @mverch67 in https://github.com/meshtastic/firmware/pull/2619
- Resolve heltec-wireless-tracker serial issue by @mverch67 in https://github.com/meshtastic/firmware/pull/2621
- Fix: increase BT NIMBLE task stack size by 1k by @mverch67 in https://github.com/meshtastic/firmware/pull/2618
Enhancements
- GPS: Implement Power Management, Refactor Code and Fix GSA Message Configuration for U-Blox hardware by @D4rk4 in https://github.com/meshtastic/firmware/pull/2606
- Partial Heltec Wireless Paper and Wireless Tracker support by @thebentern in https://github.com/meshtastic/firmware/pull/2594
- Heltec-Tracker: TFT LCD support by @mverch67 in https://github.com/meshtastic/firmware/pull/2612
- Heltec-Tracker: GPS support by @mverch67 in https://github.com/meshtastic/firmware/pull/2615
- Update variant for M5Stack CoreInk by @markbirss in https://github.com/meshtastic/firmware/pull/2620
- Added triple-press GPS toggle button changes for select ESP32 devices by @tropho23 in https://github.com/meshtastic/firmware/pull/2617
- GPS log modifications by @code8buster in https://github.com/meshtastic/firmware/pull/2609
- Add Hydra specific target to define GPS EN pin and limit tx power by @thebentern in https://github.com/meshtastic/firmware/pull/2608
New Contributors
- @pdxlocations made their first contribution in https://github.com/meshtastic/firmware/pull/2603
- @luzpaz made their first contribution in https://github.com/meshtastic/firmware/pull/2607
- @tropho23 made their first contribution in https://github.com/meshtastic/firmware/pull/2617
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.1.18.de53280...v2.1.19.eb7025f
download
unix · zip
curl -fL -o v2.1.19.eb7025f.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.zip
printf '%s %s\n' '5bbc88b7f81db5968ea613b29787ce726cad551044c7eac8609c365606c245e4' 'v2.1.19.eb7025f.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.zip"
$out = "v2.1.19.eb7025f.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5bbc88b7f81db5968ea613b29787ce726cad551044c7eac8609c365606c245e4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.19.eb7025f.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz
printf '%s %s\n' '52f1ed94df7b40065d6a596595bf84ec10e4a08955d6e082249a0fff6cb62141' 'v2.1.19.eb7025f.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz"
$out = "v2.1.19.eb7025f.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "52f1ed94df7b40065d6a596595bf84ec10e4a08955d6e082249a0fff6cb62141") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.19.eb7025f.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.zip
printf '%s %s\n' '5bbc88b7f81db5968ea613b29787ce726cad551044c7eac8609c365606c245e4' 'v2.1.19.eb7025f.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.zip"
$out = "v2.1.19.eb7025f.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5bbc88b7f81db5968ea613b29787ce726cad551044c7eac8609c365606c245e4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.19.eb7025f.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz
printf '%s %s\n' '52f1ed94df7b40065d6a596595bf84ec10e4a08955d6e082249a0fff6cb62141' 'v2.1.19.eb7025f.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz"
$out = "v2.1.19.eb7025f.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "52f1ed94df7b40065d6a596595bf84ec10e4a08955d6e082249a0fff6cb62141") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.19.eb7025f.zip | zip | 791.6 KiB |
blake3-24 a8305c8e6c7e9d08fd5c4e38bfce1de455388994e978a12c
sha256 5bbc88b7f81db5968ea613b29787ce726cad551044c7eac8609c365606c245e4
sha1 5a2f77270d2176a6e6a5ac84bc3c59e0b76b1e98
|
| v2.1.19.eb7025f.tar.gz | tar.gz | 507.5 KiB |
blake3-24 6268ac5ba2c1223de96e3f351a172aeb62af7e1df8ee62f9
sha256 52f1ed94df7b40065d6a596595bf84ec10e4a08955d6e082249a0fff6cb62141
sha1 492567efd18b4d28a52f4164dcf23277f70f46d2
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz"],
integrity = "sha256-UvHtlN97QAZdallllb+E7BDkoIlV1uCCJJoP/2y2IUE=",
strip_prefix = "meshtastic-firmware-v2.1.19.eb7025f",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz"],
integrity = "sha256-UvHtlN97QAZdallllb+E7BDkoIlV1uCCJJoP/2y2IUE=",
strip_prefix = "meshtastic-firmware-v2.1.19.eb7025f",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.1.19.eb7025f.tar.gz",