From 5517dc1f20b6ab53c628d690cef0b5d6fd26a389 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Mon, 5 Aug 2013 17:47:49 -0700 Subject: [PATCH] Added flash, apparently in weird cases it works when beep fails --- chat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/chat.c b/chat.c index 4ea459d..da1f9f4 100644 --- a/chat.c +++ b/chat.c @@ -59,6 +59,7 @@ static void chat_onMessage(ToxWindow* self, int num, uint8_t* msg, uint16_t len) self->blink = true; beep(); + flash(); } static void chat_onNickChange(ToxWindow* self, int num, uint8_t* nick, uint16_t len) {