Skip to content

Commit

Permalink
Fix baudrate
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jul 17, 2022
1 parent db1d4e9 commit e2555bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,9 @@ logger:

uart:
id: uart0
baud_rate: 19200
rx_buffer_size: 384
tx_pin: GPIO14
rx_pin: GPIO4
baud_rate: 9600
tx_pin: GPIO4
rx_pin: GPIO5
debug:
direction: BOTH
```
Expand Down

0 comments on commit e2555bd

Please sign in to comment.