mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-15 11:26:04 +08:00
Workaround for incomplete output with MArlin 2.X at cold boot
This commit is contained in:
parent
428dfde2d4
commit
abe7546493
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//version and sources location
|
//version and sources location
|
||||||
#define FW_VERSION "2.1.0.b29"
|
#define FW_VERSION "2.1.0.b30"
|
||||||
#define REPOSITORY "https://github.com/luc-github/ESP3D"
|
#define REPOSITORY "https://github.com/luc-github/ESP3D"
|
||||||
|
|
||||||
//Customize ESP3D ////////////////////////////////////////////////////////////////////////
|
//Customize ESP3D ////////////////////////////////////////////////////////////////////////
|
||||||
@ -93,6 +93,9 @@
|
|||||||
|
|
||||||
//Extra features /////////////////////////////////////////////////////////////////////////
|
//Extra features /////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
//Workaround for Marlin 2.X coldstart
|
||||||
|
//#define DISABLE_CONNECTING_MSG
|
||||||
|
|
||||||
//Serial rx buffer size is 256 but can be extended
|
//Serial rx buffer size is 256 but can be extended
|
||||||
#define SERIAL_RX_BUFFER_SIZE 512
|
#define SERIAL_RX_BUFFER_SIZE 512
|
||||||
|
|
||||||
|
@ -529,7 +529,9 @@ bool WIFI_CONFIG::Setup (bool force_ap)
|
|||||||
dot = 0;
|
dot = 0;
|
||||||
}
|
}
|
||||||
#ifndef MKS_TFT_FEATURE
|
#ifndef MKS_TFT_FEATURE
|
||||||
|
#ifndef DISABLE_CONNECTING_MSG
|
||||||
ESPCOM::println (msg, PRINTER_PIPE);
|
ESPCOM::println (msg, PRINTER_PIPE);
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
delay (500);
|
delay (500);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user