mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
updated example code to baud rate
This commit is contained in:
parent
412c8590b2
commit
14e5c78c71
@ -28,7 +28,7 @@ to some pins on your board and the baud rate set to 9600bps.
|
||||
uart:
|
||||
rx_pin: D1
|
||||
tx_pin: D2
|
||||
baud_rate: 9600
|
||||
baud_rate: 9600 #if your energy meter is SDM230M or SDM120M than the change the baud_rate: 2400
|
||||
stop_bits: 1
|
||||
|
||||
sensor:
|
||||
|
Loading…
Reference in New Issue
Block a user