MKS WiFi preliminary changes

This commit is contained in:
Scott Lahteine
2020-11-19 15:51:53 -06:00
parent fcc29fc189
commit 3893114c86
33 changed files with 132 additions and 156 deletions

View File

@@ -979,7 +979,7 @@ void setup() {
#endif
SERIAL_ECHO_MSG("start");
#if BOTH(HAS_TFT_LVGL_UI, USE_WIFI_FUNCTION)
#if BOTH(HAS_TFT_LVGL_UI, MKS_WIFI_MODULE)
mks_esp_wifi_init();
WIFISERIAL.begin(WIFI_BAUDRATE);
serial_connect_timeout = millis() + 1000UL;