sensor: amg88xx: fix sensor sample
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>
This commit is contained in:
parent
a60f32549e
commit
a4d67d3c85
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
CONFIG_STDOUT_CONSOLE=y
|
CONFIG_STDOUT_CONSOLE=y
|
||||||
CONFIG_SENSOR_LOG_LEVEL_INF=y
|
CONFIG_SENSOR_LOG_LEVEL_INF=y
|
||||||
CONFIG_LOG=y
|
CONFIG_LOG=y
|
||||||
|
CONFIG_LOG_BUFFER_SIZE=4096
|
||||||
CONFIG_I2C=y
|
CONFIG_I2C=y
|
||||||
CONFIG_SENSOR=y
|
CONFIG_SENSOR=y
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue