From 03c252335b8312299f874f4e8eba68dd2e039f42 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Sun, 18 Sep 2016 23:40:16 +0200 Subject: [PATCH] Fix the firmware version for the HW Frog. The firmware version in the dive header is stored at byte offset 32 instead of 34. --- src/hw_ostc_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hw_ostc_parser.c b/src/hw_ostc_parser.c index 7401bc3..48eae3d 100644 --- a/src/hw_ostc_parser.c +++ b/src/hw_ostc_parser.c @@ -135,7 +135,7 @@ static const hw_ostc_layout_t hw_ostc_layout_frog = { 43, /* salinity */ 47, /* duration */ 19, /* temperature */ - 34, /* firmware */ + 32, /* firmware */ }; static const hw_ostc_layout_t hw_ostc_layout_ostc3 = {