refined
This commit is contained in:
parent
6a987d64ab
commit
12ee4bc3d4
Binary file not shown.
Binary file not shown.
|
@ -645,7 +645,7 @@ static void print_result(RANGING_SENSOR_Result_t *Result)
|
|||
|
||||
head_height_level_from_floor = MIN(1400, abs(sts_sensor_install_height - head_distance_from_ceiling));
|
||||
|
||||
APP_LOG(TS_OFF, VLEVEL_L, "\r\n Raw Head height=%d cm Calculated head level=%d cm\r\n", head_distance_from_ceiling/10, head_height_level_from_floor/10);
|
||||
APP_LOG(TS_OFF, VLEVEL_L, "\r\n Updown distance=%d cm, Floor Up head =%d cm\r\n", head_distance_from_ceiling/10, head_height_level_from_floor/10);
|
||||
|
||||
/* state tree */
|
||||
|
||||
|
|
Loading…
Reference in New Issue