From 1226b47c6d3ead53c2cf97303398dcc70f37043b Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Mon, 15 Aug 2016 08:30:43 +0200 Subject: [PATCH] Add the salinity field for the Aladin Tec. --- src/uwatec_smart_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uwatec_smart_parser.c b/src/uwatec_smart_parser.c index d0ed765..cf5b03d 100644 --- a/src/uwatec_smart_parser.c +++ b/src/uwatec_smart_parser.c @@ -197,7 +197,7 @@ uwatec_smart_header_info_t uwatec_smart_aladin_tec_header = { 28, /* temp_maximum */ 32, /* temp_surface */ UNSUPPORTED, /* tankpressure */ - UNSUPPORTED, /* salinity */ + 54, /* salinity */ 16, /* timezone */ };