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