From 1b3840f207dddfef3daeefd8ed95db26ce57c408 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 31 Aug 2023 12:32:48 +0200 Subject: [PATCH] #48: add a second serial config to the example task --- lib/exampletask/GwExampleTask.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/exampletask/GwExampleTask.h b/lib/exampletask/GwExampleTask.h index 1ff2219..643c478 100644 --- a/lib/exampletask/GwExampleTask.h +++ b/lib/exampletask/GwExampleTask.h @@ -9,6 +9,11 @@ #define GWSERIAL_TX 26 #define GWSERIAL_RX 32 #define GWSERIAL_MODE "UNI" + +#define GWSERIAL2_TX 14 +#define GWSERIAL2_RX 15 +#define GWSERIAL2_MODE "BI" + #define GWBUTTON_PIN GPIO_NUM_39 #define GWBUTTON_ACTIVE LOW //if GWBUTTON_PULLUPDOWN we enable a pulup/pulldown