firmware/src
Markus 2010871e4b
Fix Rotary Encoder Button (#8001)
this fixes the Rotary Encoder Button, currenlty its not working at all.
Currently the action `ROTARY_ACTION_PRESSED` is only triggerd with a IRQ on RISING, which results in nothing since the function detects the "not longer" pressed button --> no action.

the `ROTARY_ACTION_PRESSED` implementation needs to be called on both edges (on press and release of the button)

changing the interupt setting to `CHANGE` fixes the problem.
2025-09-21 06:22:29 -05:00
..
buzz Add On-Screen Keyboard for UpDown Encoder and Rotary Encoder. (#7762) 2025-08-29 23:26:27 +08:00
concurrency Add LOG_HEAP log type, and more heap debug messages (#7937) 2025-09-09 10:29:07 -05:00
detect add WIP for Unit C6L (#7433) 2025-09-17 22:40:55 +02:00
Fusion
gps C6l fixes (#8047) 2025-09-19 21:16:19 -05:00
graphics Resolve many warnings for BaseUI during builds (#8063) 2025-09-21 11:33:47 +10:00
input Fix Rotary Encoder Button (#8001) 2025-09-21 06:22:29 -05:00
mesh Merge branch 'master' into develop 2025-09-20 12:18:55 -05:00
modules fix build with HAS_TELEMETRY 0 (#8051) 2025-09-20 06:34:47 -05:00
motion Enable bmx160 on native (#7844) 2025-09-04 06:24:04 -05:00
mqtt Fix TLS port bug on default mqtt validation 2025-08-19 20:10:47 -05:00
nimble C6l fixes (#8047) 2025-09-19 21:16:19 -05:00
platform Portduino config refactor (#7796) 2025-09-19 08:24:35 -05:00
serialization [7353] Add all telemetry fields to json output (#7363) 2025-07-28 09:23:04 -05:00
airtime.cpp
airtime.h
AmbientLightingThread.h add WIP for Unit C6L (#7433) 2025-09-17 22:40:55 +02:00
AudioThread.h
BluetoothCommon.cpp
BluetoothCommon.h
BluetoothStatus.h Support for T-Echo Lite, credits to @Szetya for doing all the heavy lifting! (#7636) 2025-08-17 13:37:12 +02:00
commands.h
configuration.h Revert "Fix excluded modules configuration handling (#7838)" 2025-09-19 07:29:54 -05:00
DebugConfiguration.cpp Portduino config refactor (#7796) 2025-09-19 08:24:35 -05:00
DebugConfiguration.h Put guards in place around debug heap operations (#7955) 2025-09-11 07:57:42 -05:00
DisplayFormatters.cpp Merge pull request #7873 from compumike/compumike/client-base-role 2025-09-18 20:40:39 -05:00
DisplayFormatters.h Fixes 2025-09-19 06:29:18 -05:00
error.h
freertosinc.h
FSCommon.cpp
FSCommon.h
GpioLogic.cpp
GpioLogic.h
GPSStatus.h Added Last Coordinate counter to Position screen (#7865) 2025-09-19 07:00:44 -05:00
Led.cpp
Led.h
main.cpp Portduino config refactor (#7796) 2025-09-19 08:24:35 -05:00
main.h Merge pull request #7773 from meshtastic/master 2025-08-27 20:53:55 -05:00
memGet.cpp Put guards in place around debug heap operations (#7955) 2025-09-11 07:57:42 -05:00
memGet.h
meshUtils.cpp
meshUtils.h Key verification flow on BaseUI (#7240) 2025-07-10 09:45:36 -05:00
network-stubs.cpp
NodeStatus.h
Observer.cpp
Observer.h
Power.cpp Add LOG_HEAP log type, and more heap debug messages (#7937) 2025-09-09 10:29:07 -05:00
power.h Mesh solar integrate (#7764) 2025-08-27 06:02:54 -05:00
PowerFSM.cpp Moves the shutdown thread into the Power class, make shutdown and reboot private (#7415) 2025-07-22 06:21:51 -05:00
PowerFSM.h
PowerFSMThread.h
PowerMon.cpp
PowerMon.h
PowerStatus.h
RedirectablePrint.cpp Portduino config refactor (#7796) 2025-09-19 08:24:35 -05:00
RedirectablePrint.h
RF95Configuration.h
SafeFile.cpp
SafeFile.h
SerialConsole.cpp Mesh solar integrate (#7764) 2025-08-27 06:02:54 -05:00
SerialConsole.h
sleep.cpp T-Lora Pager: fix keyboard and improve rotary wheel haptic (#7869) 2025-09-05 07:42:51 -05:00
sleep.h
SPILock.cpp
SPILock.h
Status.h
target_specific.h
xmodem.cpp
xmodem.h