Browse Source

cfg: inverse -> invert

pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
73e3bdac2f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      code/espurna/config/hardware.h
  2. +1
    -1
      code/espurna/config/sensors.h

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

@ -1765,7 +1765,7 @@
#define UART1_BAUDRATE 4800
#define UART1_TX_PIN GPIO_NONE
#define UART1_RX_PIN 3
#define UART1_INVERSE 1
#define UART1_INVERT 1
#define V9261F_PORT 1


+ 1
- 1
code/espurna/config/sensors.h View File

@ -1159,7 +1159,7 @@
#ifndef V9261F_PORT
#define V9261F_PORT 1 // By default, use the first port
// (needs `UART[1-3]_BAUDRATE 4800` and `UART[1-3]_INVERSE 1`)
// (needs `UART[1-3]_BAUDRATE 4800` and `UART[1-3]_INVERT 1`)
#endif
#ifndef V9261F_SYNC_INTERVAL


Loading…
Cancel
Save