From b47b41298fa5586b82ca198bc07121db9047df51 Mon Sep 17 00:00:00 2001 From: pszafer Date: Mon, 7 Oct 2024 12:21:06 +0200 Subject: [PATCH] fix ina219 devices --- boneio-mosfet48_lights_v0_7.yaml | 2 +- boneio-mosfet48_switches_v0_7.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boneio-mosfet48_lights_v0_7.yaml b/boneio-mosfet48_lights_v0_7.yaml index 970d3d6..def5284 100644 --- a/boneio-mosfet48_lights_v0_7.yaml +++ b/boneio-mosfet48_lights_v0_7.yaml @@ -36,7 +36,7 @@ packages: 'devices/serial_no.yaml', 'devices_v0_7/display.yaml', 'devices_v0_7/i2c.yaml', - 'devices_v0_7/ina219.yaml', + 'devices_v0_7-v0_9/ina219.yaml', 'devices_v0_7/lm75b.yaml', 'devices_v0_7/pcf_mosfet.yaml', 'boards/mosfet48_output.yaml', diff --git a/boneio-mosfet48_switches_v0_7.yaml b/boneio-mosfet48_switches_v0_7.yaml index ac44ae6..6fe2baf 100644 --- a/boneio-mosfet48_switches_v0_7.yaml +++ b/boneio-mosfet48_switches_v0_7.yaml @@ -36,7 +36,7 @@ packages: 'devices/serial_no.yaml', 'devices_v0_7/display.yaml', 'devices_v0_7/i2c.yaml', - 'devices_v0_7/ina219.yaml', + 'devices_v0_7-v0_9/ina219.yaml', 'devices_v0_7/lm75b.yaml', 'devices_v0_7/pcf_mosfet.yaml', 'boards/mosfet48_output.yaml',