Update espmega_iot_core.cpp
This commit is contained in:
parent
d0a7389bf9
commit
3409ed8fb7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue