vault / meshtastic-firmware / v2.3.12.24458a7
meshtastic-firmware @ v2.3.12.24458a7
integrity
- size
- 1.5 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Enhancements
- Add TSL2591 lux sensor support by @thebentern in https://github.com/meshtastic/firmware/pull/4014
- TI OPT3001 light sensor support by @thebentern in https://github.com/meshtastic/firmware/pull/4015
- MLX90632 IR temperature sensor support by @thebentern in https://github.com/meshtastic/firmware/pull/4019
- Update Radiolib to 6.6.0 by @caveman99 in https://github.com/meshtastic/firmware/pull/4023
- LR1110 support by @caveman99 in https://github.com/meshtastic/firmware/pull/3013
- DFRobot Lark weather station support by @thebentern in https://github.com/meshtastic/firmware/pull/4032
- Add missing excludes to environmental sensors by @thebentern in https://github.com/meshtastic/firmware/pull/4033
- Radio Master 900 Bandit Nano Power output interpolation by @gjelsoe in https://github.com/meshtastic/firmware/pull/4057
- Add missing hops in traceroute as "unknown" nodes by @GUVWAF in https://github.com/meshtastic/firmware/pull/4056
Bug fixes
- Tryfix random telemetry values by @caveman99 in https://github.com/meshtastic/firmware/pull/4034
- Tryfix bme some more by @caveman99 in https://github.com/meshtastic/firmware/pull/4025
- Minimized build fixes by @Talie5in in https://github.com/meshtastic/firmware/pull/4049
- Avoid assert on receiving undecryptable packet by @GUVWAF in https://github.com/meshtastic/firmware/pull/4059
- Use correct hardware tag for tracker and sdk by @caveman99 in https://github.com/meshtastic/firmware/pull/4036
- Typo: 'our our' to 'of our' by @jcyrio in https://github.com/meshtastic/firmware/pull/4037
- Fix: two button presses sometimes required to wake screen by @todd-herbert in https://github.com/meshtastic/firmware/pull/4052
- Compile without toolchain patching by @caveman99 in https://github.com/meshtastic/firmware/pull/4053
- Fix dead link in EU_868 documentation by @Jorropo in https://github.com/meshtastic/firmware/pull/4048
- Triple-press not disabling GPS by @todd-herbert in https://github.com/meshtastic/firmware/pull/4041
- Fix crash during reset nodedb by @mverch67 in https://github.com/meshtastic/firmware/pull/4017
New Contributors
- @Talie5in made their first contribution in https://github.com/meshtastic/firmware/pull/4049
- @gjelsoe made their first contribution in https://github.com/meshtastic/firmware/pull/4057
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.3.11.2740a56...v2.3.12.24458a7
download
unix · zip
curl -fL -o v2.3.12.24458a7.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.12.24458a7.zip
printf '%s %s\n' '601978f560b36978385c3f3187c60717d29a64d7a19bec2ebfe9a00ac279efd7' 'v2.3.12.24458a7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.12.24458a7.zip"
$out = "v2.3.12.24458a7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "601978f560b36978385c3f3187c60717d29a64d7a19bec2ebfe9a00ac279efd7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.12.24458a7.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.12.24458a7.tar.gz
printf '%s %s\n' '5b04fc07939f4140a2324b93a507a5966ab764c8ae22f7220c3e2d4252f8edc5' 'v2.3.12.24458a7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.12.24458a7.tar.gz"
$out = "v2.3.12.24458a7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5b04fc07939f4140a2324b93a507a5966ab764c8ae22f7220c3e2d4252f8edc5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.12.24458a7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.12.24458a7.zip
printf '%s %s\n' '601978f560b36978385c3f3187c60717d29a64d7a19bec2ebfe9a00ac279efd7' 'v2.3.12.24458a7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.12.24458a7.zip"
$out = "v2.3.12.24458a7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "601978f560b36978385c3f3187c60717d29a64d7a19bec2ebfe9a00ac279efd7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.12.24458a7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.12.24458a7.tar.gz
printf '%s %s\n' '5b04fc07939f4140a2324b93a507a5966ab764c8ae22f7220c3e2d4252f8edc5' 'v2.3.12.24458a7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.12.24458a7.tar.gz"
$out = "v2.3.12.24458a7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5b04fc07939f4140a2324b93a507a5966ab764c8ae22f7220c3e2d4252f8edc5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.12.24458a7.zip | zip | 1.5 MiB |
blake3-24 5e04b702ee8dcc71331939a01fb926dbd2bad36206f34f77
sha256 601978f560b36978385c3f3187c60717d29a64d7a19bec2ebfe9a00ac279efd7
sha1 07b34b4f91c3acb89430bc7d32641bd4821170ff
|
| v2.3.12.24458a7.tar.gz | tar.gz | 1.1 MiB |
blake3-24 e57cbe9c5551892d548d5599715d3043ec22db2707652bb2
sha256 5b04fc07939f4140a2324b93a507a5966ab764c8ae22f7220c3e2d4252f8edc5
sha1 118c65605b8398c3e2f1e820bfc2390bc0af1982
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.12.24458a7.tar.gz"],
integrity = "sha256-WwT8B5OfQUCiMkuTpQellmq3ZMiuIvciDD4tQlL47cU=",
strip_prefix = "meshtastic-firmware-v2.3.12.24458a7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.12.24458a7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.12.24458a7.tar.gz"],
integrity = "sha256-WwT8B5OfQUCiMkuTpQellmq3ZMiuIvciDD4tQlL47cU=",
strip_prefix = "meshtastic-firmware-v2.3.12.24458a7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.12.24458a7.tar.gz",