Browse Source

sns: fix v9261f uart parity mode

pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
6154f40a4e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/config/hardware.h

+ 1
- 0
code/espurna/config/hardware.h View File

@ -1766,6 +1766,7 @@
#define UART1_TX_PIN GPIO_NONE
#define UART1_RX_PIN 3
#define UART1_INVERT 1
#define UART1_PARITY Odd
#define V9261F_PORT 1


Loading…
Cancel
Save