Fix the firmware version for the HW Frog.

The firmware version in the dive header is stored at byte offset 32
instead of 34.
This commit is contained in:
Jef Driesen 2016-09-18 23:40:16 +02:00
parent c3039b4aab
commit 03c252335b

View File

@ -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 = {