From b30df64a732fb5f05146c7d7067850848a62c68d Mon Sep 17 00:00:00 2001 From: vaterlangen Date: Sun, 15 Sep 2024 19:51:44 +0200 Subject: [PATCH] added missing LED mapping for W5500 profiles --- docs/DeviceProfiles/opendtu_fusion.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/DeviceProfiles/opendtu_fusion.json b/docs/DeviceProfiles/opendtu_fusion.json index a4d91bc9f..7daeedce5 100644 --- a/docs/DeviceProfiles/opendtu_fusion.json +++ b/docs/DeviceProfiles/opendtu_fusion.json @@ -197,6 +197,10 @@ "en": 38, "cs": 37 }, + "led": { + "led0": 17, + "led1": 18 + }, "w5500": { "sclk": 39, "mosi": 40, @@ -224,6 +228,10 @@ "gpio2": 3, "gpio3": 8 }, + "led": { + "led0": 17, + "led1": 18 + }, "w5500": { "sclk": 39, "mosi": 40,