diff --git a/src/espmega_iot_core.cpp b/src/espmega_iot_core.cpp index 0a1daa1..6bf75dd 100644 --- a/src/espmega_iot_core.cpp +++ b/src/espmega_iot_core.cpp @@ -120,7 +120,7 @@ void setup() Serial.begin(115200); #ifdef ENABLE_EXTERNAL_LCD Serial2.begin(115200); - user_panel.begin(115200); + ESPMega_EXTLCD.begin(115200); #endif panel.begin(115200); Serial.println("ESPMega R3 Initializing");