From 5f6043e88752741a526af37e2aabdfb22079790a Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sat, 30 Sep 2023 14:28:12 +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 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");