mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change 'sensor7' to 'dc_supplied_ppo2' for the dive computer supplied value.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
c685f3d6a1
commit
71ebee8ab6
4 changed files with 4 additions and 4 deletions
|
@ -585,7 +585,7 @@ static void parse_sample_keyvalue(void *_sample, const char *key, const std::str
|
|||
sample->o2sensor[5] = get_o2pressure(value.c_str());
|
||||
return;
|
||||
}
|
||||
if (!strcmp(key, "sensor7")) {
|
||||
if (!strcmp(key, "dc_supplied_ppo2")) {
|
||||
sample->o2sensor[6] = get_o2pressure(value.c_str());
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue