Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ld2410.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ wifi:
captive_portal:

uart:
id: uart1
id: uart_0
tx_pin: TX
rx_pin: RX
baud_rate: 256000 # Change this according to your setting
Expand All @@ -44,7 +44,7 @@ uart:

custom_component:
- lambda: |-
return {new LD2410(id(uart1))};
return {new LD2410(id(uart_0))};
components:
- id: ld2410

Expand Down