From caee2c3fe58da698a228e3c07a8aa14f666e362b 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 --- testing/toxic/chat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/toxic/chat.c b/testing/toxic/chat.c index 4ea459d9..da1f9f4a 100644 --- a/testing/toxic/chat.c +++ b/testing/toxic/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) {