Skip to content

Commit

Permalink
Avoid warningon GPIO5
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
oliv3r committed Jul 14, 2024
1 parent 3ce0971 commit 72416c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sl32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 72416c1

Please sign in to comment.