Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e81ef4c

Browse files
author
Roman Gezikov
committed
Set track_cn0_use_thres for L2CM to 37
1 parent 029d69f commit e81ef4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/track/track_gps_l2cm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static struct lock_detect_params {
8686
u16 lp, lo;
8787
} lock_detect_params;
8888

89-
static float track_cn0_use_thres = 31.0; /* dBHz */
89+
static float track_cn0_use_thres = 37.0; /* dBHz */
9090
static float track_cn0_drop_thres = 31.0; /* dBHz */
9191

9292
static char loop_params_string[120] = LOOP_PARAMS_MED;

0 commit comments

Comments
 (0)