Set the initial rbt value to 99.
Some models omit the absolute rbt value in the profile data.
This commit is contained in:
parent
ee51a528c7
commit
53bb7778c7
@ -277,7 +277,7 @@ uwatec_smart_parser_samples_foreach (parser_t *abstract, sample_callback_t callb
|
|||||||
int calibrated = 0;
|
int calibrated = 0;
|
||||||
|
|
||||||
unsigned int time = 0;
|
unsigned int time = 0;
|
||||||
unsigned int rbt = 0;
|
unsigned int rbt = 99;
|
||||||
unsigned int tank = 0;
|
unsigned int tank = 0;
|
||||||
double depth = 0, depth_calibration = 0;
|
double depth = 0, depth_calibration = 0;
|
||||||
double temperature = 0;
|
double temperature = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user