mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-16 07:42:37 +00:00
Merge branch 'master' into develop-to-master
This commit is contained in:
@@ -69,6 +69,7 @@ void MotionSensor::wakeScreen()
|
|||||||
{
|
{
|
||||||
if (powerFSM.getState() == &stateDARK) {
|
if (powerFSM.getState() == &stateDARK) {
|
||||||
LOG_DEBUG("Motion wakeScreen detected");
|
LOG_DEBUG("Motion wakeScreen detected");
|
||||||
|
if (config.display.wake_on_tap_or_motion)
|
||||||
powerFSM.trigger(EVENT_INPUT);
|
powerFSM.trigger(EVENT_INPUT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user