Fix the YAML files indentation for files in samples/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
14 lines
278 B
YAML
14 lines
278 B
YAML
common:
|
|
tags: lora
|
|
depends_on: lora
|
|
sample:
|
|
description: Demonstration of LoRa Send functionality
|
|
name: LoRa Send Sample
|
|
tests:
|
|
sample.driver.lora.send:
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "<inf> lora_send: Data sent!"
|