Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewn committed May 30, 2021
1 parent ca2c3fd commit 10f6e31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 6 additions & 3 deletions tests/test1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,18 @@ spi:
miso_pin: GPIO23

uart:
- tx_pin: GPIO22
rx_pin: GPIO23
- tx_pin:
number: GPIO22
inverted: yes
rx_pin:
number: GPIO23
inverted: yes
baud_rate: 115200
id: uart0
parity: NONE
data_bits: 8
stop_bits: 1
rx_buffer_size: 512
invert: false

- id: adalight_uart
tx_pin: GPIO25
Expand Down
5 changes: 3 additions & 2 deletions tests/test3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,11 @@ spi:
miso_pin: GPIO14

uart:
- tx_pin: GPIO1
- tx_pin:
number: GPIO1
inverted: yes
rx_pin: GPIO3
baud_rate: 115200
invert: true

ota:
safe_mode: True
Expand Down

0 comments on commit 10f6e31

Please sign in to comment.