Skip to content

Tags: meshtastic/firmware

Tags

v2.6.1.7c3edde

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
device-ui: exFat support (#6279)

v2.6.0.f7afa9a

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
device-ui: exFat support (#6279)

v2.5.23.bf958ed

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version.properties

v2.5.22.d1fa27d

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set TCXO to 2.4V (#6036)

v2.5.21.447533a

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
meshtasticd-debian: Remove existing deb builds (#5792)

Replaced with OpenSUSE Build Service
https://build.opensuse.org/project/show/network:Meshtastic

v2.5.20.4c97351

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[create-pull-request] automated change (#5926)

Co-authored-by: thebentern <[email protected]>

v2.5.19.f9876cf

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
More lines of environmental telemetry on-screen (#5853)

v2.5.19.d5cd6f8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[create-pull-request] automated change (#5849)

Co-authored-by: thebentern <[email protected]>

v2.5.18.89ebafc

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor TFT branch cherry-picks (#5682)

* update indicator board

* Fixed the issue that indicator device uploads via rp2040 serial port in some cases.

* esp debug logs

* USB mode=1 messed up the debug log

* dummy for config transfer (#5154)

---------

Co-authored-by: mverch67 <[email protected]>
Co-authored-by: virgil <[email protected]>
Co-authored-by: Thomas Göttgens <[email protected]>

v2.5.17.b4b2fd6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
LIS3DH (WisMesh Pocket) - Honor Wake On Tap Or Motion (#5625)

As reported by @Mason10198, the WisMesh Pocket was always waking
on accelerometer motion.

This change gates the LIS3DH sensor's call to wakeScreen based on
config.display.wake_on_tap_or_motion .

fixes #5579