Skip to content

Commit

Permalink
Add Qx protocol requests (#168)
Browse files Browse the repository at this point in the history
See #166
  • Loading branch information
syssi authored Dec 30, 2024
1 parent 8fb2403 commit 8bcb7a4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/esp8266-test-protocols.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,19 @@ interval:
- delay: 1s
- uart.write: [0x51, 0x4D, 0x4F, 0x44, 0x0D] # QMOD\r

# Qx
- logger.log:
level: INFO
format: "Testing unsupported Qx commands..."
- uart.write: [0x51, 0x31, 0x0D] # Q1\r
- delay: 1s
- uart.write: [0x51, 0x32, 0x0D] # Q2\r
- delay: 1s
- uart.write: [0x51, 0x34, 0x0D] # Q4\r
- delay: 1s
- uart.write: [0x51, 0x36, 0x0D] # Q6\r
- delay: 1s

- logger.log:
level: INFO
format: "Done. Repeating..."

0 comments on commit 8bcb7a4

Please sign in to comment.