diff options
Diffstat (limited to 'src/static_patterns.h')
-rw-r--r-- | src/static_patterns.h | 4 |
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, |