The sample required the Grove LCD, so add it to the filter. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
9 lines
231 B
YAML
9 lines
231 B
YAML
sample:
|
|
name: TH02 Temperature and Humidity Monitor
|
|
tests:
|
|
sample.sensor.th02:
|
|
harness: sensor
|
|
tags: sensors
|
|
depends_on: i2c
|
|
filter: dt_compat_enabled("hoperf,th02") and dt_compat_enabled("seeed,grove-lcd-rgb")
|