vault / meshtastic-firmware / v2.0.14.2baaad8
meshtastic-firmware @ v2.0.14.2baaad8
integrity
- size
- 681.5 KiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
What's Changed
- re-merge fixes by @lesykm by @caveman99 in https://github.com/meshtastic/firmware/pull/2136
- Changes by create-pull-request action by @github-actions in https://github.com/meshtastic/firmware/pull/2145
- Store forward fix. by @caveman99 in https://github.com/meshtastic/firmware/pull/2148
- Master by @caveman99 in https://github.com/meshtastic/firmware/pull/2149
- Changes by create-pull-request action by @github-actions in https://github.com/meshtastic/firmware/pull/2151
- Add 868 MHz Ukrainian Band by @Krezalis in https://github.com/meshtastic/firmware/pull/2130
- Add Chunked File Transfer to API by @caveman99 in https://github.com/meshtastic/firmware/pull/2112
- Setup Trunk by @sachaw in https://github.com/meshtastic/firmware/pull/2143
- Double click sends ad-hoc position, triple turns off gps by @thebentern in https://github.com/meshtastic/firmware/pull/2173
- Changes by create-pull-request action by @github-actions in https://github.com/meshtastic/firmware/pull/2177
- Fix two print format specifiers by @GUVWAF in https://github.com/meshtastic/firmware/pull/2175
- Sh1107 support (128x128) by @caveman99 in https://github.com/meshtastic/firmware/pull/2174
- Fix vulnerability with "h.from == 0" by @nukevoid in https://github.com/meshtastic/firmware/pull/2179
- Make Trunk happy by @GUVWAF in https://github.com/meshtastic/firmware/pull/2184
- trunk recommended these changes ¯_(ツ)_/¯ by @caveman99 in https://github.com/meshtastic/firmware/pull/2186
- Changes by create-pull-request action by @github-actions in https://github.com/meshtastic/firmware/pull/2187
- Stm32wl wip by @thebentern in https://github.com/meshtastic/firmware/pull/2172
- Xmodem fix 2 by @thebentern in https://github.com/meshtastic/firmware/pull/2189
- Missed one :-) by @caveman99 in https://github.com/meshtastic/firmware/pull/2190
- RAK4631 definition by @caveman99 in https://github.com/meshtastic/firmware/pull/2188
- tempfix: reboot ESP Node if heap runs low. by @caveman99 in https://github.com/meshtastic/firmware/pull/2191
- tryfix: also clear the second buffer. by @caveman99 in https://github.com/meshtastic/firmware/pull/2192
- don't define default pins for these. by @caveman99 in https://github.com/meshtastic/firmware/pull/2194
- fix #2109 json mqtt on secondary channel by @caveman99 in https://github.com/meshtastic/firmware/pull/2195
- Also reboot if no heap debugging enabled by @caveman99 in https://github.com/meshtastic/firmware/pull/2196
- GPS acquisiton on boot only by @code8buster in https://github.com/meshtastic/firmware/pull/2185
- sx126x-rx-boosted-gain: add support for setting Rx gain mode on SX126x chipsets by @andrew-moroz in https://github.com/meshtastic/firmware/pull/2157
- code reduction by @folkertvanheusden in https://github.com/meshtastic/firmware/pull/2201
- Potential fix for TX problem in RAK-4631 cores and other SX126X ant switch issues by @thebentern in https://github.com/meshtastic/firmware/pull/2204
- move temporary reboot code to blink thread by @caveman99 in https://github.com/meshtastic/firmware/pull/2210
New Contributors
- @Krezalis made their first contribution in https://github.com/meshtastic/firmware/pull/2130
- @nukevoid made their first contribution in https://github.com/meshtastic/firmware/pull/2179
- @andrew-moroz made their first contribution in https://github.com/meshtastic/firmware/pull/2157
- @folkertvanheusden made their first contribution in https://github.com/meshtastic/firmware/pull/2201
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.0.13.7e27729...v2.0.14.2baaad8
download
unix · zip
curl -fL -o v2.0.14.2baaad8.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.14.2baaad8.zip
printf '%s %s\n' 'ce07e9d1156e5e58e04e4e266694ed73e53b3e0586153cb1792d1abee5838071' 'v2.0.14.2baaad8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.14.2baaad8.zip"
$out = "v2.0.14.2baaad8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ce07e9d1156e5e58e04e4e266694ed73e53b3e0586153cb1792d1abee5838071") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.14.2baaad8.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.14.2baaad8.tar.gz
printf '%s %s\n' 'd71c9f08994ff9cbd2c604e53e635f745b4f0ca9d3d91258f18562127dc24ee1' 'v2.0.14.2baaad8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.14.2baaad8.tar.gz"
$out = "v2.0.14.2baaad8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d71c9f08994ff9cbd2c604e53e635f745b4f0ca9d3d91258f18562127dc24ee1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.14.2baaad8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.14.2baaad8.zip
printf '%s %s\n' 'ce07e9d1156e5e58e04e4e266694ed73e53b3e0586153cb1792d1abee5838071' 'v2.0.14.2baaad8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.14.2baaad8.zip"
$out = "v2.0.14.2baaad8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ce07e9d1156e5e58e04e4e266694ed73e53b3e0586153cb1792d1abee5838071") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.14.2baaad8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.14.2baaad8.tar.gz
printf '%s %s\n' 'd71c9f08994ff9cbd2c604e53e635f745b4f0ca9d3d91258f18562127dc24ee1' 'v2.0.14.2baaad8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.14.2baaad8.tar.gz"
$out = "v2.0.14.2baaad8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d71c9f08994ff9cbd2c604e53e635f745b4f0ca9d3d91258f18562127dc24ee1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.14.2baaad8.zip | zip | 689.3 KiB |
blake3-24 ce0a05de3517e1d0250d68b4e0754b6afb6464b736d0a64c
sha256 ce07e9d1156e5e58e04e4e266694ed73e53b3e0586153cb1792d1abee5838071
sha1 0890a44d7b59cac059a3d08f1c55c7e557696be0
|
| v2.0.14.2baaad8.tar.gz | tar.gz | 447.8 KiB |
blake3-24 2879b59fa12f55d5fbdcfd76c0fecf2979d0fe33e68e11e9
sha256 d71c9f08994ff9cbd2c604e53e635f745b4f0ca9d3d91258f18562127dc24ee1
sha1 07785d544e9eddc17359f1a67da669f0b25b0fa4
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.14.2baaad8.tar.gz"],
integrity = "sha256-1xyfCJlP+cvSxgTlPmNfdFtPDKnT2RJY8YViEn3CTuE=",
strip_prefix = "meshtastic-firmware-v2.0.14.2baaad8",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.0.14.2baaad8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.14.2baaad8.tar.gz"],
integrity = "sha256-1xyfCJlP+cvSxgTlPmNfdFtPDKnT2RJY8YViEn3CTuE=",
strip_prefix = "meshtastic-firmware-v2.0.14.2baaad8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.0.14.2baaad8.tar.gz",