From 3409ed8fb7320247c8d91aa9693e8ea0740e65c5 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sat, 30 Sep 2023 14:28:25 +0700 Subject: [PATCH] Update espmega_iot_core.cpp --- src/espmega_iot_core.cpp | 3 +++ 1 file changed, 3 insertions(+) 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;