vault / meshtastic-firmware / v2.3.6.7a3570a
meshtastic-firmware @ v2.3.6.7a3570a
integrity
- size
- 1.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
[!IMPORTANT]
This release has known issues with deep-sleep on ESP32 devices that are resolved in 2.3.7.
Enhancements
- More useful default input device for Pi 400 by @jp-bennett in https://github.com/meshtastic/firmware/pull/3639
- No more power-state messages printed to screen by @todd-herbert in https://github.com/meshtastic/firmware/pull/3640
- Add support for CDEBYTE_EoRa-S3 by @S5NC in https://github.com/meshtastic/firmware/pull/3613
- Add configuration option for LoRa Region Code override for region-locked builds/variants by @ndoo in https://github.com/meshtastic/firmware/pull/3540
- Better support for ATGM336H GPS modules by @titan098 in https://github.com/meshtastic/firmware/pull/3610
- Cosmetics: rename remaining plugins → modules and less errors by @GUVWAF in https://github.com/meshtastic/firmware/pull/3645
- Add device metrics uptime to MQTT JSON by @thebentern in https://github.com/meshtastic/firmware/pull/3643
- Add multiple SPI devices for Radio, Display, and Touchscreen by @jp-bennett in https://github.com/meshtastic/firmware/pull/3638
- Added one minute throttling to NodeDB save to disk by @thebentern in https://github.com/meshtastic/firmware/pull/3648
- NeighborInfo: Only keep neighbors in RAM by @GUVWAF in https://github.com/meshtastic/firmware/pull/3660
Bug fixes
- Fix #3641: Always set MAC when picking new NodeNum by @GUVWAF in https://github.com/meshtastic/firmware/pull/3651
- Fix: don't enable the CDC interface already at boot by @oseiler2 in https://github.com/meshtastic/firmware/pull/3652
- (ESP32) Fix bluetooth after light-sleep; de-init for deep-sleep by @todd-herbert in https://github.com/meshtastic/firmware/pull/3655
- Fixed XPT2046 syntax and using unPhone library to clean up support by @garethhcoleman in https://github.com/meshtastic/firmware/pull/3631
- StoreForward: Remove assert when receiving unhandled case by @GUVWAF in https://github.com/meshtastic/firmware/pull/3661
- Uplink to MQTT after potentially altering content by @GUVWAF in https://github.com/meshtastic/firmware/pull/3646
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.3.5.2f9b68e...v2.3.6.7a3570a
download
unix · zip
curl -fL -o v2.3.6.7a3570a.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.6.7a3570a.zip
printf '%s %s\n' '0db5d35d00e4ab318ef039158004e81ba6e928e873815bf6dfe3bfcde3c71b22' 'v2.3.6.7a3570a.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.6.7a3570a.zip"
$out = "v2.3.6.7a3570a.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0db5d35d00e4ab318ef039158004e81ba6e928e873815bf6dfe3bfcde3c71b22") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.6.7a3570a.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.6.7a3570a.tar.gz
printf '%s %s\n' '4f8b07c3888c342e8d4aff80d142b58f4221356ce5992be285df6071eab7cf37' 'v2.3.6.7a3570a.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.6.7a3570a.tar.gz"
$out = "v2.3.6.7a3570a.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4f8b07c3888c342e8d4aff80d142b58f4221356ce5992be285df6071eab7cf37") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.6.7a3570a.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.6.7a3570a.zip
printf '%s %s\n' '0db5d35d00e4ab318ef039158004e81ba6e928e873815bf6dfe3bfcde3c71b22' 'v2.3.6.7a3570a.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.6.7a3570a.zip"
$out = "v2.3.6.7a3570a.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0db5d35d00e4ab318ef039158004e81ba6e928e873815bf6dfe3bfcde3c71b22") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.6.7a3570a.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.6.7a3570a.tar.gz
printf '%s %s\n' '4f8b07c3888c342e8d4aff80d142b58f4221356ce5992be285df6071eab7cf37' 'v2.3.6.7a3570a.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.6.7a3570a.tar.gz"
$out = "v2.3.6.7a3570a.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4f8b07c3888c342e8d4aff80d142b58f4221356ce5992be285df6071eab7cf37") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.6.7a3570a.zip | zip | 1.3 MiB |
blake3-24 c03139267e217c1b609b1fc36c9c9b0774f4169bcce5fa08
sha256 0db5d35d00e4ab318ef039158004e81ba6e928e873815bf6dfe3bfcde3c71b22
sha1 bd50883db601b676c2ea430ce17ef0727294d5e7
|
| v2.3.6.7a3570a.tar.gz | tar.gz | 978.5 KiB |
blake3-24 43655f2da4ee8185516ec7cd2fe33d17509635bcae5f0122
sha256 4f8b07c3888c342e8d4aff80d142b58f4221356ce5992be285df6071eab7cf37
sha1 827e0c62e45254b606bc768539c9f448a36fa837
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.6.7a3570a.tar.gz"],
integrity = "sha256-T4sHw4iMNC6NSv+A0UK1j0IhNWzlmSvihd9gceq3zzc=",
strip_prefix = "meshtastic-firmware-v2.3.6.7a3570a",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.6.7a3570a.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.6.7a3570a.tar.gz"],
integrity = "sha256-T4sHw4iMNC6NSv+A0UK1j0IhNWzlmSvihd9gceq3zzc=",
strip_prefix = "meshtastic-firmware-v2.3.6.7a3570a",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.6.7a3570a.tar.gz",