Import surface event from Suunto DB
This is actually relevant information when someone surfaces accidentally, thus we should not ignore it. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
187f7dab9f
commit
f7e86b5838
@ -2053,8 +2053,9 @@ extern int dm4_events(void *handle, int columns, char **data, char **column)
|
||||
break;
|
||||
case 257:
|
||||
/* 257 Dive active */
|
||||
/* This seems to be given after surface
|
||||
* when descending again. Ignoring it. */
|
||||
/* This seems to be given after surface when
|
||||
* descending again. */
|
||||
strcpy(cur_event.name, "surface");
|
||||
break;
|
||||
case 258:
|
||||
/* 258 Bookmark */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user