[PATCH] Add salinity and timezone fields to Uwatec Aladin TEC2G headers
Thomas Gschwind
th.gschwind at gmail.com
Fri Aug 5 13:46:18 PDT 2016
---
src/uwatec_smart_parser.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/uwatec_smart_parser.c b/src/uwatec_smart_parser.c
index eaa72d6..1920245 100644
--- a/src/uwatec_smart_parser.c
+++ b/src/uwatec_smart_parser.c
@@ -209,8 +209,8 @@ uwatec_smart_header_info_t uwatec_smart_aladin_tec2g_header = {
28, /* temp_maximum */
32, /* temp_surface */
UNSUPPORTED, /* tankpressure */
- UNSUPPORTED, /* salinity */
- UNSUPPORTED, /* timezone */
+ 62, /* salinity */
+ 16, /* timezone */
};
static const
--
1.9.1
More information about the devel
mailing list