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:
Michael Keller 2025-01-20 10:00:23 +13:00 committed by Subsurface CI
parent 9436f90a5b
commit 01dd0b74a5
4 changed files with 4 additions and 4 deletions

View file

@ -343,7 +343,7 @@ static void save_sample(struct membuffer *b, const struct sample &sample, struct
}
if ((sample.o2sensor[6].mbar) && (sample.o2sensor[6].mbar != old.o2sensor[6].mbar)) {
put_milli(b, " sensor7=", sample.o2sensor[6].mbar, "bar");
put_milli(b, " dc_supplied_ppo2=", sample.o2sensor[6].mbar, "bar");
old.o2sensor[6] = sample.o2sensor[6];
}