Compare commits
No commits in common. "c04476ee080cfbf673e61fcdc11a7393b2cc0e0c" and "9c0442facdbd0e4861284218ea8dc106828980af" have entirely different histories.
c04476ee08
...
9c0442facd
Binary file not shown.
Binary file not shown.
|
@ -667,14 +667,14 @@ void USER_APP_Parse_CMD_P(uint8_t *parse_buffer, uint8_t parse_buffer_size)
|
|||
|
||||
break;
|
||||
}
|
||||
|
||||
/*
|
||||
sts_cfg_nvm.fhmos_cfg_1 = sts_fhmos_cfg.sts_head_level_height_threshold_cm;
|
||||
sts_cfg_nvm.fhmos_cfg_2 = sts_fhmos_cfg.sts_fall_duration_threshold_potential_15sec;
|
||||
sts_cfg_nvm.fhmos_cfg_3 = sts_fhmos_cfg.sts_fall_duration_threshold_confirm_15sec;
|
||||
sts_cfg_nvm.fhmos_cfg_4 = sts_fhmos_cfg.sts_motionless_threshold_short_15sec;
|
||||
sts_cfg_nvm.fhmos_cfg_5 = sts_fhmos_cfg.sts_motionless_threshold_long_15sec;
|
||||
sts_cfg_nvm.fhmos_cfg_6 = sts_fhmos_cfg.sts_occupancy_threshold_overstay_15sec;
|
||||
|
||||
*/
|
||||
|
||||
OnStoreSTSCFGContextRequest();
|
||||
// 2024-11-18
|
||||
|
|
Loading…
Reference in New Issue