Report the initial setpoint in SCR mode
This commit is contained in:
parent
16e49eee6d
commit
5e2d376627
@ -273,7 +273,7 @@ hw_ostc_parser_cache (hw_ostc_parser_t *parser)
|
||||
}
|
||||
}
|
||||
// The first fixed setpoint is the initial setpoint in CCR mode.
|
||||
if (data[layout->divemode] == OSTC3_CC) {
|
||||
if (data[layout->divemode] == OSTC3_CC || data[layout->divemode] == OSTC3_PSCR) {
|
||||
initial_setpoint = data[60];
|
||||
}
|
||||
// Initial CNS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user