#48: add a second serial config to the example task
This commit is contained in:
parent
cb98324604
commit
1b3840f207
|
@ -9,6 +9,11 @@
|
||||||
#define GWSERIAL_TX 26
|
#define GWSERIAL_TX 26
|
||||||
#define GWSERIAL_RX 32
|
#define GWSERIAL_RX 32
|
||||||
#define GWSERIAL_MODE "UNI"
|
#define GWSERIAL_MODE "UNI"
|
||||||
|
|
||||||
|
#define GWSERIAL2_TX 14
|
||||||
|
#define GWSERIAL2_RX 15
|
||||||
|
#define GWSERIAL2_MODE "BI"
|
||||||
|
|
||||||
#define GWBUTTON_PIN GPIO_NUM_39
|
#define GWBUTTON_PIN GPIO_NUM_39
|
||||||
#define GWBUTTON_ACTIVE LOW
|
#define GWBUTTON_ACTIVE LOW
|
||||||
//if GWBUTTON_PULLUPDOWN we enable a pulup/pulldown
|
//if GWBUTTON_PULLUPDOWN we enable a pulup/pulldown
|
||||||
|
|
Loading…
Reference in New Issue