vault / meshtastic-firmware / v2.3.7.30fbcab
meshtastic-firmware @ v2.3.7.30fbcab
integrity
- size
- 1.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Revoked due to BLE regression
Enhancements
- Native: add further display parameters by @mverch67 in https://github.com/meshtastic/firmware/pull/3670
- Refactor smart position to use throttle helper by @thebentern in https://github.com/meshtastic/firmware/pull/3671
- Add board and variant definitions for EBYTE_ESP32-S3 by @S5NC in https://github.com/meshtastic/firmware/pull/2882
- Added more clear RTC handling and quality logging by @thebentern in https://github.com/meshtastic/firmware/pull/3691
- Adjust ADC for rak11310 devices by @quimnut in https://github.com/meshtastic/firmware/pull/3698
- Updates for esp32s2 builds by @titan098 in https://github.com/meshtastic/firmware/pull/3693
- Add ability to turn off heartbeat LED blinking by @ndoo in https://github.com/meshtastic/firmware/pull/3674
- Support for generic 4pin RGB LEDs (both CC and CA) and NeoPixels, also RGB LED and vibration notification support for unPhone by @garethhcoleman in https://github.com/meshtastic/firmware/pull/3647
- Add power limit for TW region by @fifieldt in https://github.com/meshtastic/firmware/pull/3701
- [BOARD] Add new variant: TWC_Mesh by @SCWhite in https://github.com/meshtastic/firmware/pull/3705
- Add better support for the Adafruit PiTFT 2.8 for Native by @jp-bennett in https://github.com/meshtastic/firmware/pull/3704
- Add SX1268 modules support for linux-native by @SannySannyman in https://github.com/meshtastic/firmware/pull/3702
- Move to lovyangfx develop for Native by @jp-bennett in https://github.com/meshtastic/firmware/pull/3715
- Split warning into two messages, so we know which one is the case. by @arekm in https://github.com/meshtastic/firmware/pull/3710
- Add conffiles to .deb packaging by @jp-bennett in https://github.com/meshtastic/firmware/pull/3722
Bug fixes
- INA3221 Mis-Identification Fix by @RicInNewMexico in https://github.com/meshtastic/firmware/pull/3681
- (ESP-32S) Fix "critical error 3" after deep-sleep by @todd-herbert in https://github.com/meshtastic/firmware/pull/3685
- Fix crash on shutdown, if Bluetooth not enabled by @todd-herbert in https://github.com/meshtastic/firmware/pull/3686
- Fix for unPhone hangs during boot without sd card present by @garethhcoleman in https://github.com/meshtastic/firmware/pull/3709
- Fixed bug making t-deck reboot when muted by @nbaddorf in https://github.com/meshtastic/firmware/pull/3694
- (E-Ink) Fix issue drawing module frames by @todd-herbert in https://github.com/meshtastic/firmware/pull/3706
- Fix signedness warnings of NRF52 toolchain by @caveman99 in https://github.com/meshtastic/firmware/pull/3697
- Fixed node and channel selection for t-deck by @nbaddorf in https://github.com/meshtastic/firmware/pull/3695
- Also refresh timestamp for "timeonly" fixed position nodes by @thebentern in https://github.com/meshtastic/firmware/pull/3689
- Use correct format specifier and fixed typo. by @Mictronics in https://github.com/meshtastic/firmware/pull/3696
New Contributors
- @nbaddorf made their first contribution in https://github.com/meshtastic/firmware/pull/3694
- @quimnut made their first contribution in https://github.com/meshtastic/firmware/pull/3698
- @fifieldt made their first contribution in https://github.com/meshtastic/firmware/pull/3701
- @SCWhite made their first contribution in https://github.com/meshtastic/firmware/pull/3705
- @SannySannyman made their first contribution in https://github.com/meshtastic/firmware/pull/3702
- @arekm made their first contribution in https://github.com/meshtastic/firmware/pull/3710
Full Changelog: https://github.com/meshtastic/firmware/compare/v2.3.6.7a3570a...v2.3.7.30fbcab
download
unix · zip
curl -fL -o v2.3.7.30fbcab.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.7.30fbcab.zip
printf '%s %s\n' '88f8aab7fef3582f1a39594064a9baca21af386431403b01d2e070d4bcedb8cf' 'v2.3.7.30fbcab.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.7.30fbcab.zip"
$out = "v2.3.7.30fbcab.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "88f8aab7fef3582f1a39594064a9baca21af386431403b01d2e070d4bcedb8cf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.7.30fbcab.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.7.30fbcab.tar.gz
printf '%s %s\n' '1cb739498e35f96841f5f2f2161dea197bc0e4922fad2581023c72bbffa2fa56' 'v2.3.7.30fbcab.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.7.30fbcab.tar.gz"
$out = "v2.3.7.30fbcab.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1cb739498e35f96841f5f2f2161dea197bc0e4922fad2581023c72bbffa2fa56") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.7.30fbcab.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.7.30fbcab.zip
printf '%s %s\n' '88f8aab7fef3582f1a39594064a9baca21af386431403b01d2e070d4bcedb8cf' 'v2.3.7.30fbcab.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.7.30fbcab.zip"
$out = "v2.3.7.30fbcab.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "88f8aab7fef3582f1a39594064a9baca21af386431403b01d2e070d4bcedb8cf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.7.30fbcab.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.7.30fbcab.tar.gz
printf '%s %s\n' '1cb739498e35f96841f5f2f2161dea197bc0e4922fad2581023c72bbffa2fa56' 'v2.3.7.30fbcab.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.7.30fbcab.tar.gz"
$out = "v2.3.7.30fbcab.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1cb739498e35f96841f5f2f2161dea197bc0e4922fad2581023c72bbffa2fa56") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.7.30fbcab.zip | zip | 1.3 MiB |
blake3-24 1213dd5b093d1fb7b1e6b874a1b530f45e59a4e4ff0dfc22
sha256 88f8aab7fef3582f1a39594064a9baca21af386431403b01d2e070d4bcedb8cf
sha1 7f17e3bb75af3c76e7609a013abe21cc3ed82720
|
| v2.3.7.30fbcab.tar.gz | tar.gz | 985.3 KiB |
blake3-24 207898d5a8868865ddadd22fa1e62a95afaf6d656bf7635d
sha256 1cb739498e35f96841f5f2f2161dea197bc0e4922fad2581023c72bbffa2fa56
sha1 d89736a2b2da0458eefd171d20fdb5bdd18daefc
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.7.30fbcab.tar.gz"],
integrity = "sha256-HLc5SY41+WhB9fLyFh3qGXvA5JIvrSWBAjxyu/+i+lY=",
strip_prefix = "meshtastic-firmware-v2.3.7.30fbcab",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.3.7.30fbcab.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.7.30fbcab.tar.gz"],
integrity = "sha256-HLc5SY41+WhB9fLyFh3qGXvA5JIvrSWBAjxyu/+i+lY=",
strip_prefix = "meshtastic-firmware-v2.3.7.30fbcab",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.3.7.30fbcab.tar.gz",