Closed
Description
With the default config on the v3 plug of:
uart:
rx_pin: GPIO20
baud_rate: 4800
data_bits: 8
stop_bits: 1
parity: EVEN
When booting I notice the following error:
[E][uart:029]: Invalid parity: Integration requested parity NONE but you have EVEN!
Is this setting correct, or should it be:
uart:
rx_pin: GPIO20
baud_rate: 4800
data_bits: 8
stop_bits: 1
parity: NONE
Metadata
Metadata
Assignees
Labels
No labels