From a069ab119bac5bcfae19af4356361db2ad8d1112 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 14 Mar 2016 23:06:57 +0100 Subject: version bump :) --- src/static_patterns.h | 12 ++++++------ 1 file 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 -- cgit v1.2.3