summaryrefslogtreecommitdiff
path: root/src/static_patterns.h
diff options
context:
space:
mode:
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_ */