From: Jan "Yenya" Kasprzak Date: Sun, 11 Nov 2012 20:21:14 +0000 (+0100) Subject: num_pattern: longer delay X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=bike-lights.git;a=commitdiff_plain;h=5b2ef9def765f5bfde371bff0f811c9d9cc8d682 num_pattern: longer delay --- diff --git a/firmware/pattern.c b/firmware/pattern.c index 989009e..fa885cb 100644 --- a/firmware/pattern.c +++ b/firmware/pattern.c @@ -56,23 +56,23 @@ pattern_t boot_pattern[] = { pattern_t pattern_num[] = { { 1, 0x1 }, /* 10 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 9 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 8 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 7 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 6 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 5 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 4 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 3 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 2 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 1 */ { 0, 0x1F }, PATTERN_END