Fix up start, monitor baud (#20326)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user