diff --git a/src/espmega_iot_core.cpp b/src/espmega_iot_core.cpp index 5141eb1..91a4c5d 100644 --- a/src/espmega_iot_core.cpp +++ b/src/espmega_iot_core.cpp @@ -726,6 +726,9 @@ void lcd_loop() { lcd_thread_controller.run(); panel.NextionListen(); + #ifdef ENABLE_EXTERNAL_LCD + ESPMega_EXTLCD.NextionListen(); + #endif if (panel.currentPageId != lcd_current_page) { lcd_current_page = panel.currentPageId;