From 817f67193c1f8b3b5de72d7d225bf5de36cd7153 Mon Sep 17 00:00:00 2001 From: pszafer Date: Fri, 5 Apr 2024 20:19:48 +0200 Subject: [PATCH] change dir name --- boneio-lights_v0_7.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boneio-lights_v0_7.yaml b/boneio-lights_v0_7.yaml index f5b1020..66a81c2 100644 --- a/boneio-lights_v0_7.yaml +++ b/boneio-lights_v0_7.yaml @@ -30,12 +30,12 @@ packages: ref: single_file_test files: [ - 'devices/buzzer.yaml', + 'devices_v0_7/buzzer.yaml', # 'devices/display.yaml', 'devices_v0_7/i2c.yaml', - 'devices/ina219.yaml', - 'devices/lm75b.yaml', - 'devices/one_wire.yaml', + 'devices_v0_7/ina219.yaml', + 'devices_v0_7/lm75b.yaml', + 'devices_v0_7/one_wire.yaml', 'devices_v0_7/pcf.yaml', 'devices_v0_7/uart.yaml', 'boards_v_0_7/32x10_outputs.yaml',