Merge branch 'master' into develop-to-master

This commit is contained in:
Ben Meadors
2025-11-20 05:58:57 -06:00
committed by GitHub

View File

@@ -69,6 +69,7 @@ void MotionSensor::wakeScreen()
{
if (powerFSM.getState() == &stateDARK) {
LOG_DEBUG("Motion wakeScreen detected");
if (config.display.wake_on_tap_or_motion)
powerFSM.trigger(EVENT_INPUT);
}
}