master #80

Closed
sundp wants to merge 83 commits from master into P2
3 changed files with 1 additions and 1 deletions
Showing only changes of commit 12ee4bc3d4 - Show all commits

View File

@ -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 */