Skip to content

Commit 9eb8fb3

Browse files
ChristophToblerLorenzMeier
authored andcommitted
increase flow feature threshold to avoid having a high quality all the time
1 parent 1009818 commit 9eb8fb3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/modules/flow/settings.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ void global_data_reset_param_defaults(void){
173173
global_data.param_access[PARAM_BOTTOM_FLOW_VALUE_THRESHOLD] = READ_WRITE;
174174

175175
// global_data.param[PARAM_BOTTOM_FLOW_FEATURE_THRESHOLD] = 100;
176-
global_data.param[PARAM_BOTTOM_FLOW_FEATURE_THRESHOLD] = 20; // threshold is irrelevant with this value
176+
global_data.param[PARAM_BOTTOM_FLOW_FEATURE_THRESHOLD] = 40;
177177
strcpy(global_data.param_name[PARAM_BOTTOM_FLOW_FEATURE_THRESHOLD], "BFLOW_F_THLD");
178178
global_data.param_access[PARAM_BOTTOM_FLOW_FEATURE_THRESHOLD] = READ_WRITE;
179179

@@ -270,4 +270,3 @@ void set_sensor_position_settings(uint8_t sensor_position)
270270
debug_int_message_buffer("Set sensor position:", sensor_position);
271271
return;
272272
}
273-

0 commit comments

Comments
 (0)