Skip to content

Commit f65ada7

Browse files
committed
fw/apps/prf/mfg_als: tweak getafix ALS range
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 3bcb81c commit f65ada7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fw/apps/prf/mfg_als.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
#define ALS_MIN_VALUE 100
2626
#define ALS_MAX_VALUE 250
2727
#elif defined(CONFIG_BOARD_FAMILY_GETAFIX)
28-
#define ALS_MIN_VALUE 200
29-
#define ALS_MAX_VALUE 500
28+
#define ALS_MIN_VALUE 1000
29+
#define ALS_MAX_VALUE 3000
3030
#else
3131
#define ALS_MIN_VALUE 0
3232
#define ALS_MAX_VALUE 65535

0 commit comments

Comments
 (0)