a4d67d3c85
Since logging with printk() was updated in commit c5a40e3
,
the amg88xx sample dropped around 60 of the messages after
sampling. Increasing log buffer size will fix this issue.
Signed-off-by: Steffen Jahnke <steffen.jahnke@eu.panasonic.com>
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_SENSOR_LOG_LEVEL_INF=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_BUFFER_SIZE=4096
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
|
|
#CONFIG_AMG88XX_TRIGGER_GLOBAL_THREAD=y
|
|
#CONFIG_AMG88XX_TRIGGER_OWN_THREAD=y
|