Remove the initial gas switch

The Cressi Drake is a freedive computer and does not support gas
switches.
This commit is contained in:
Jef Driesen 2021-10-12 19:48:47 +02:00
parent a8bcfb998b
commit 9ff6e5caad

View File

@ -178,6 +178,9 @@ cressi_leonardo_parser_samples_foreach (dc_parser_t *abstract, dc_sample_callbac
unsigned int gasmix_previous = 0xFFFFFFFF;
unsigned int gasmix = 0;
if (parser->model == DRAKE) {
gasmix = gasmix_previous;
}
unsigned int offset = SZ_HEADER;
while (offset + 2 <= size) {