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:
Steffen Jahnke 2022-12-08 08:39:00 +01:00 committed by Carles Cufí
commit a4d67d3c85

View file

@ -1,6 +1,7 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_SENSOR_LOG_LEVEL_INF=y
CONFIG_LOG=y
CONFIG_LOG_BUFFER_SIZE=4096
CONFIG_I2C=y
CONFIG_SENSOR=y