From 87e1472b3ba814cb6da16cefa28c8087ef4d3fbd Mon Sep 17 00:00:00 2001 From: AMEXRCT <63905866+AMEXRCT@users.noreply.github.com> Date: Sat, 18 Apr 2020 16:41:17 +0200 Subject: [PATCH] Update NexConfig.h --- NexConfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NexConfig.h b/NexConfig.h index aa095d31..daa68134 100644 --- a/NexConfig.h +++ b/NexConfig.h @@ -24,17 +24,17 @@ * Define DEBUG_SERIAL_ENABLE to enable debug serial. * Comment it to disable debug serial. */ -#define DEBUG_SERIAL_ENABLE +//#define DEBUG_SERIAL_ENABLE /** * Define dbSerial for the output of debug messages. */ -#define dbSerial Serial +//#define dbSerial Serial /** * Define nexSerial for communicate with Nextion touch panel. */ -#define nexSerial Serial2 +#define nexSerial Serial #ifdef DEBUG_SERIAL_ENABLE