Update espmega_iot_core.cpp
This commit is contained in:
parent
d770d6459c
commit
5f6043e887
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue