mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mention Shearwater Nerd
alongside Petrell 2 since this seems to be the same computer internally. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9c49f8924b
commit
0f63b524a6
5 changed files with 13 additions and 10 deletions
3
dive.c
3
dive.c
|
|
@ -900,7 +900,8 @@ void update_setpoint_events(struct divecomputer *dc)
|
|||
|
||||
if (dc->divemode == OC &&
|
||||
(same_string(dc->model, "Shearwater Predator") ||
|
||||
same_string(dc->model, "Shearwater Petrel"))) {
|
||||
same_string(dc->model, "Shearwater Petrel") ||
|
||||
same_string(dc->model, "Shearwater Nerd"))) {
|
||||
// make sure there's no setpoint in the samples
|
||||
// this is an irreversible change - so switching a dive to OC
|
||||
// by mistake when it's actually CCR is _bad_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue