vault / meshtastic-firmware / v2.3.3.8187fa7
meshtastic-firmware @ v2.3.3.8187fa7
integrity
- size
- 1.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Enhancements
- Add Shutdown and reboot to CardKB and friends by @caveman99 in https://github.com/meshtastic/firmware/pull/3487
- Add multiple configuration options for a minimized build (GPS,WiFi,BT,…,MQTT,Screen) by @jimwhitelaw in https://github.com/meshtastic/firmware/pull/3469
- E-Ink Screensaver by @todd-herbert in https://github.com/meshtastic/firmware/pull/3477
- Fixed position admin messages by @thebentern in https://github.com/meshtastic/firmware/pull/3490
Bug fixes
- Remove unused defines from nrf52 variants by @code8buster in https://github.com/meshtastic/firmware/pull/3482
- Add libulfius2.7 to .deb debendencies by @jp-bennett in https://github.com/meshtastic/firmware/pull/3494
- Native: fail-safes for simulated node without config file by @GUVWAF in https://github.com/meshtastic/firmware/pull/3486
- Don't reboot for non-radio lora config changes by @thebentern in https://github.com/meshtastic/firmware/pull/3505
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.3.2.63df972...v2.3.3.8187fa7
download
unix · zip
curl -fL -o v2.3.3.8187fa7.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.zip
printf '%s %s\n' 'f1f459c1016056832d4df325af9db8967c701c609702fc799cbd8b6591326eca' 'v2.3.3.8187fa7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.zip"
$out = "v2.3.3.8187fa7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f1f459c1016056832d4df325af9db8967c701c609702fc799cbd8b6591326eca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.3.8187fa7.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz
printf '%s %s\n' 'c71b6ecf6fb2a4099bfd0a8d2ef160ace17d1785475b025422efebbd7fc3bbc9' 'v2.3.3.8187fa7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz"
$out = "v2.3.3.8187fa7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c71b6ecf6fb2a4099bfd0a8d2ef160ace17d1785475b025422efebbd7fc3bbc9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.3.8187fa7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.zip
printf '%s %s\n' 'f1f459c1016056832d4df325af9db8967c701c609702fc799cbd8b6591326eca' 'v2.3.3.8187fa7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.zip"
$out = "v2.3.3.8187fa7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f1f459c1016056832d4df325af9db8967c701c609702fc799cbd8b6591326eca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.3.8187fa7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz
printf '%s %s\n' 'c71b6ecf6fb2a4099bfd0a8d2ef160ace17d1785475b025422efebbd7fc3bbc9' 'v2.3.3.8187fa7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz"
$out = "v2.3.3.8187fa7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c71b6ecf6fb2a4099bfd0a8d2ef160ace17d1785475b025422efebbd7fc3bbc9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.3.8187fa7.zip | zip | 1.3 MiB |
blake3-24 15dc92dfe2bd9f3a4a132514322775b2a7fb11d6d65f4bdf
sha256 f1f459c1016056832d4df325af9db8967c701c609702fc799cbd8b6591326eca
sha1 d5088673c2913d8f754694a225b82d88ef89cf3c
|
| v2.3.3.8187fa7.tar.gz | tar.gz | 964.9 KiB |
blake3-24 99e26da20d708a27b3ae72b33d4cfe3c22c53167b92e6f19
sha256 c71b6ecf6fb2a4099bfd0a8d2ef160ace17d1785475b025422efebbd7fc3bbc9
sha1 ea06a2e4d6a9394a688fc850c579352edccb79d9
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz"],
integrity = "sha256-xxtuz2+ypAmb/QqNLvFgrOF9F4VHWwJUIu/rvX/Du8k=",
strip_prefix = "meshtastic-firmware-v2.3.3.8187fa7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz"],
integrity = "sha256-xxtuz2+ypAmb/QqNLvFgrOF9F4VHWwJUIu/rvX/Du8k=",
strip_prefix = "meshtastic-firmware-v2.3.3.8187fa7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.3.8187fa7.tar.gz",