diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-14 23:06:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-14 23:06:57 +0100 |
commit | a069ab119bac5bcfae19af4356361db2ad8d1112 (patch) | |
tree | db0f554732cf764c7f4aa97cec5c813cf360a10e | |
parent | e9d56db11660142304f3415a30ece02ae672d242 (diff) |
version bump :)1.0beta
-rw-r--r-- | src/static_patterns.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/static_patterns.h b/src/static_patterns.h index e91c219..a8b026f 100644 --- a/src/static_patterns.h +++ b/src/static_patterns.h @@ -39,19 +39,19 @@ const uint8_t PROGMEM flashingPattern[] = { #ifdef LANG_DE const uint8_t PROGMEM emptyPattern[] = { - 0x10, 0x29, + 0x10, 0x2d, 0x20, 0x00, ' ', 1, ' ', 'B', 'l', 'i', 'n', 'k', 'e', 'n', 'r', 'o', 'c', 'k', 'e', - 't', ' ', 'v', '0', '.', '9', ' ', '-', ' ', 'S', 'p', 'e', 'i', 'c', 'h', - 'e', 'r', ' ', 'i', 's', 't', ' ', 'l', 'e', 'e', 'r' + 't', ' ', 'v', '1', '.', '0', 'b', 'e', 't', 'a', ' ', '-', ' ', 'S', 'p', + 'e', 'i', 'c', 'h', 'e', 'r', ' ', 'i', 's', 't', ' ', 'l', 'e', 'e', 'r' }; #else const uint8_t PROGMEM emptyPattern[] = { - 0x10, 0x28, + 0x10, 0x2c, 0x20, 0x00, ' ', 1, ' ', 'B', 'l', 'i', 'n', 'k', 'e', 'n', 'r', 'o', 'c', 'k', 'e', - 't', ' ', 'v', '0', '.', '9', ' ', '-', ' ', 'S', 't', 'o', 'r', 'a', 'g', - 'e', ' ', 'i', 's', ' ', 'e', 'm', 'p', 't', 'y' + 't', ' ', 'v', '1', '.', '0', 'b', 'e', 't', 'a', ' ', '-', ' ', 'S', 't', + 'o', 'r', 'a', 'g', 'e', ' ', 'i', 's', ' ', 'e', 'm', 'p', 't', 'y' }; #endif |