Skip to content

Commit

Permalink
Fix up start, monitor baud (MarlinFirmware#20326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and RFBomb committed Dec 23, 2020
1 parent 4dbf4ea commit b18cdce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/MarlinCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b18cdce

Please sign in to comment.