test good with Hyperbolic lens
This commit is contained in:
parent
8f6816aa39
commit
73038f5a3b
|
@ -464,7 +464,7 @@ int sts_presence_rss_fall_rise_detection(void)
|
|||
average_score = (1000.0f*average_score)/average_result;
|
||||
sts_presence_rss_distance = average_distance;
|
||||
sts_presence_rss_score = average_score;
|
||||
if (average_score !=0) //if (sts_rss_result)
|
||||
if (sts_rss_result) //if (average_score !=0) //if (sts_rss_result)
|
||||
{
|
||||
APP_LOG(TS_OFF, VLEVEL_L,"\r\n######## Motion: %u Distance=%u mm, Score=%u Average_result=%u out of %u \r\n",
|
||||
(uint8_t)sts_rss_result,(int) average_distance, (int)(average_score), (int)average_result, (int)iterations);
|
||||
|
|
Binary file not shown.
|
@ -23,6 +23,12 @@
|
|||
|
||||
@par Description
|
||||
|
||||
Predefine
|
||||
|
||||
LOG_RSS, RSS Detailed logs for fall down detection
|
||||
RM2_1, This branch with PB3-PB5 switch over
|
||||
rm2, previous branch
|
||||
YUNHORN_STS_RANDOM devOnce fix
|
||||
|
||||
|
||||
STS_O7 For Occupancy sensors
|
||||
|
@ -32,6 +38,7 @@ STS_O7 For Occupancy sensors
|
|||
2024-04-13 start again
|
||||
2024-04-28 restart
|
||||
|
||||
|
||||
******************************************************************************
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue