Add LOG_POWERFSM and LOG_INPUT debug macros (#8791)

This commit is contained in:
Jonathan Bennett
2025-11-28 19:58:52 -06:00
committed by GitHub
parent 2f0fe4e5da
commit 94db3506bd
5 changed files with 30 additions and 16 deletions

View File

@@ -1605,6 +1605,7 @@ int Screen::handleUIFrameEvent(const UIFrameEvent *event)
int Screen::handleInputEvent(const InputEvent *event)
{
LOG_INPUT("Screen Input event %u! kb %u", event->inputEvent, event->kbchar);
if (!screenOn)
return 0;