From d770d6459c20758c0a1772e84ddee3ce4571d1f1 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sat, 30 Sep 2023 14:28:08 +0700 Subject: [PATCH] Update espmega_iot_core.cpp --- src/espmega_iot_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/espmega_iot_core.cpp b/src/espmega_iot_core.cpp index 08cde64..0a1daa1 100644 --- a/src/espmega_iot_core.cpp +++ b/src/espmega_iot_core.cpp @@ -57,7 +57,7 @@ int lcd_current_page = 1; int lcd_pwmAdj_id = 0; EasyNex panel(Serial); #ifdef ENABLE_EXTERNAL_LCD -EasyNex user_panel(Serial); +EasyNex ESPMega_EXTLCD(Serial2); #endif // Air Conditioner Control