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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static_patterns.h b/src/static_patterns.h
index 5df47a0..e91c219 100644
--- a/src/static_patterns.h
+++ b/src/static_patterns.h
@@ -13,6 +13,10 @@
#include <avr/pgmspace.h>
+/*
+ * Note: Static patterns must not be longer than 128 bytes (headers excluded)
+ */
+
const uint8_t PROGMEM shutdownPattern[] = {
0x20, 0x40,
0x01, 0x0f,