Note on buffer overrun

This commit is contained in:
Simon Larsson
2020-07-06 08:21:43 +02:00
parent 809e0154e2
commit c3a601467f
+4
View File
@@ -100,6 +100,10 @@ byte1 = (ch3&0x0F)<<4) | ((ch2>>2)&0x0F)
byte2 = (ch4&0x3F)<<2) | ((ch3&0x30)>>4)
```
Packed string max length is 15 characters + terminator. If there is no
terminator in the 16 characters, the watch will start displaying its own
memory.
## Data packets