zephyr/samples/sensor/th02/sample.yaml
Gerard Marull-Paretas 5d7bd90529 samples: sensor: th02: add Grove LCD compatible to the filter
The sample required the Grove LCD, so add it to the filter.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-02-22 11:58:33 -08:00

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")