From 72416c1a3571b3162429cae2ec42ab08eb2f2e28 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Sun, 14 Jul 2024 12:08:29 +0200 Subject: [PATCH] Avoid warningon GPIO5 We are fully aware that GPIO5 could be potentially used in a different way. In this case however, we are certain that this is desired behavior. Signed-off-by: Olliver Schinagl --- sl32.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sl32.yaml b/sl32.yaml index 13b7c99..1e435ad 100644 --- a/sl32.yaml +++ b/sl32.yaml @@ -58,7 +58,9 @@ dashboard_import: uart: id: uart_dsmr baud_rate: 115200 - rx_pin: GPIO5 + rx_pin: + number: GPIO5 + ignore_strapping_warning: true rx_buffer_size: 1700 web_server: