ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Marlin/src/MarlinCore.cpp
-
platformio.ini
|
|
@ -982,7 +982,7 @@ void setup() { |
|
|
|
serial_connect_timeout = millis() + 1000UL; |
|
|
|
while (!MYSERIAL1 && PENDING(millis(), serial_connect_timeout)) { /*nada*/ } |
|
|
|
#endif |
|
|
|
SERIAL_ECHO_MSG("start"); |
|
|
|
SERIAL_ECHOLNPGM("start"); |
|
|
|
|
|
|
|
#if BOTH(HAS_TFT_LVGL_UI, MKS_WIFI_MODULE) |
|
|
|
mks_esp_wifi_init(); |
|
|
|
|
|
@ -405,7 +405,7 @@ framework = arduino |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
build_flags = ${common.build_flags} |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
monitor_speed = 115200 |
|
|
|
monitor_speed = 250000 |
|
|
|
monitor_flags = |
|
|
|
--quiet |
|
|
|
--echo |
|
|
|