You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The payload of each message is hashed (ignoring the first 9 characters, which seem to often include time data). With this option enabled new messages received with the same hash will be ignored.
27
+
28
+
### Hide bad decodes
29
+
Any messages that have failed BCH (CRC) or parity checks will be ignored.
30
+
31
+
### Clear
32
+
Will remove all messages from the buffer.
33
+
34
+
# Notes
35
+
36
+
* A maximum of 1000 messages will be displayed in the buffer, on a first-in-first-out basis.
37
+
* If a message payload is empty it is assumed to be tone message.
38
+
* If a message payload has fewer than 16 characters numerically, it is assumed to be a numeric message. In this case the numeric decode will be displayed first with the alphanumeric decode following e.g. "123456 (ALPHA: ABC)"
0 commit comments