From aad1fbcf5664736cdaa498bf995f3a3acab04485 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Mon, 29 Dec 2014 23:43:32 +0100 Subject: [PATCH] Document a DLF-event type more. This event type is found in the DLF file Robert got sent. The wetnotes application can't display files containing this event type. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- parse-xml.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/parse-xml.c b/parse-xml.c index 65dc80910..d2a88cf7e 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -2625,6 +2625,10 @@ int parse_dlf_buffer(unsigned char *buffer, size_t size) } event_end(); break; + case 7: + /* Po2 sample? Solenoid inject? */ + //fprintf(stderr, "%02X %02X%02X %02X%02X\n", ptr[5], ptr[6], ptr[7], ptr[8], ptr[9]); + break; default: /* Unknown... */ break;