From 27f5a943f6cb6bcc2a796b5261f1638192ced7d6 Mon Sep 17 00:00:00 2001 From: vaterlangen Date: Mon, 16 Sep 2024 22:10:43 +0200 Subject: [PATCH] Fix: device profile for OpenDTU Fusion with W5500 (#1259) * explicitly disable NRF24 when using CMT + W5500. fixes #1257. * explicitly disable CMT when using NRF + W5500 * added missing LED mapping for W5500 profiles --- docs/DeviceProfiles/opendtu_fusion.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/DeviceProfiles/opendtu_fusion.json b/docs/DeviceProfiles/opendtu_fusion.json index cf20772d..b74058a4 100644 --- a/docs/DeviceProfiles/opendtu_fusion.json +++ b/docs/DeviceProfiles/opendtu_fusion.json @@ -197,6 +197,18 @@ "en": 38, "cs": 37 }, + "cmt": { + "clk": -1, + "cs": -1, + "fcs": -1, + "sdio": -1, + "gpio2": -1, + "gpio3": -1 + }, + "led": { + "led0": 17, + "led1": 18 + }, "w5500": { "sclk": 39, "mosi": 40, @@ -208,6 +220,14 @@ }, { "name": "OpenDTU Fusion v2 with CMT2300A and W5500 ethernet", + "nrf24": { + "miso": -1, + "mosi": -1, + "clk": -1, + "irq": -1, + "en": -1, + "cs": -1 + }, "cmt": { "clk": 6, "cs": 4, @@ -216,6 +236,10 @@ "gpio2": 3, "gpio3": 8 }, + "led": { + "led0": 17, + "led1": 18 + }, "w5500": { "sclk": 39, "mosi": 40,