From 5e9d724804b45bbb7f5acc58f8cf7befa33bf141 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 11 Mar 2016 17:41:39 +0100 Subject: show name and version when storage is empty --- src/static_patterns.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/static_patterns.h b/src/static_patterns.h index 9190180..b1147a9 100644 --- a/src/static_patterns.h +++ b/src/static_patterns.h @@ -34,11 +34,11 @@ const uint8_t PROGMEM flashingPattern[] = { }; const uint8_t PROGMEM emptyPattern[] = { - 0x10, 0x1a, + 0x10, 0x28, 0x20, 0x00, - ' ', 1, ' ', 'O', 'h', 'a', 'i', ' ', '-' ,' ', - 'S', 't', 'o', 'r', 'a', 'g', 'e', ' ', 'i', 's', - ' ', 'e', 'm', 'p', 't', 'y' + ' ', 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' }; #endif /* STATIC_PATTERNS_H_ */ -- cgit v1.2.3