minor change
This commit is contained in:
parent
6aa58aae81
commit
69de27499f
|
@ -470,7 +470,7 @@ int sts_presence_rss_fall_rise_detection(void)
|
|||
//APP_LOG(TS_OFF, VLEVEL_L,"Second Half, Fall Rise Detection, Motion Count = %u \r\n", (int)motion_count);
|
||||
APP_LOG(TS_OFF, VLEVEL_H,"Fall Rise Detection, Motion Count = %u \r\n", (int)motion_count);
|
||||
|
||||
sts_rss_result = (average_result > 1)? 1: 0;
|
||||
sts_rss_result = (average_result > 0)? 1: 0;
|
||||
|
||||
APP_LOG(TS_OFF, VLEVEL_H,"Average Motion Result = %u OUTPUT RSS RESULT=%u \r\n", (int)average_result, sts_rss_result);
|
||||
for (k=0; k<10; k++) {
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue