Update Viatom warnings based on further experimentation.

Thanks for Ratchick for figuring out the mystery header value!
This commit is contained in:
sawinglogz 2021-09-26 12:25:49 -04:00
parent 3bae7f2102
commit cc81c75ea0

View File

@ -348,7 +348,7 @@ bool ViatomFile::ParseHeader()
//int time_under_90pct = header[22] | (header[23] << 8); // in seconds
//int events_under_90pct = header[24]; // number of distinct events
//float o2_score = header[25] * 0.1;
CHECK_VALUES(header[26], 0, 4); // 4 has been seen only once
//CHECK_VALUES(header[26], 0, 4); // number of steps taken (when nonzero, only reported by some models)
CHECK_VALUE(header[27], 0);
CHECK_VALUE(header[28], 0);
CHECK_VALUE(header[29], 0);