only display messages destined to us

This commit is contained in:
geeksville
2020-02-17 16:32:51 -08:00
parent c0fdf227b7
commit 47d278b3b9
3 changed files with 17 additions and 9 deletions

View File

@@ -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;
}