mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
only display messages destined to us
This commit is contained in:
@@ -544,7 +544,8 @@ uint32_t screen_loop()
|
||||
|
||||
if (wakeScreen || nodeDB.updateTextMessage) // If a new text message arrived, turn the screen on immedately
|
||||
{
|
||||
screen_on(); // make sure the screen is not asleep
|
||||
lastPressMs = millis(); // if we were told to wake the screen, reset the press timeout
|
||||
screen_on(); // make sure the screen is not asleep
|
||||
wakeScreen = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user