summaryrefslogtreecommitdiff
path: root/src/static_patterns.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-11 20:17:21 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-11 20:17:21 +0100
commit8625fa013eb7b835215d7089ae8f182e47b04136 (patch)
tree26b566c06a8943848177abd29614c39e52c7e23a /src/static_patterns.h
parent5e9d724804b45bbb7f5acc58f8cf7befa33bf141 (diff)
Show timeout message when contact is lost during flashing
Diffstat (limited to 'src/static_patterns.h')
-rw-r--r--src/static_patterns.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static_patterns.h b/src/static_patterns.h
index b1147a9..155c68e 100644
--- a/src/static_patterns.h
+++ b/src/static_patterns.h
@@ -41,4 +41,10 @@ const uint8_t PROGMEM emptyPattern[] = {
'e', ' ', 'i', 's', ' ', 'e', 'm', 'p', 't', 'y'
};
+const uint8_t PROGMEM timeoutPattern[] = {
+ 0x10, 0x0a,
+ 0x20, 0x00,
+ ' ', 2, ' ', 'T', 'i', 'm', 'e', 'o', 'u', 't'
+};
+
#endif /* STATIC_PATTERNS_H_ */