We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b197cf commit 1cb8cb4Copy full SHA for 1cb8cb4
1 file changed
src/fw/apps/prf/mfg_als.c
@@ -25,8 +25,8 @@
25
#define ALS_MIN_VALUE 100
26
#define ALS_MAX_VALUE 250
27
#elif defined(CONFIG_BOARD_FAMILY_GETAFIX)
28
-#define ALS_MIN_VALUE 200
29
-#define ALS_MAX_VALUE 500
+#define ALS_MIN_VALUE 1000
+#define ALS_MAX_VALUE 3000
30
#else
31
#define ALS_MIN_VALUE 0
32
#define ALS_MAX_VALUE 65535
0 commit comments