Workaround for incomplete output with MArlin 2.X at cold boot

This commit is contained in:
Luc 2019-06-25 21:43:26 +02:00
parent 428dfde2d4
commit abe7546493
2 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,7 @@
*/
//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"
//Customize ESP3D ////////////////////////////////////////////////////////////////////////
@ -93,6 +93,9 @@
//Extra features /////////////////////////////////////////////////////////////////////////
//Workaround for Marlin 2.X coldstart
//#define DISABLE_CONNECTING_MSG
//Serial rx buffer size is 256 but can be extended
#define SERIAL_RX_BUFFER_SIZE 512

View File

@ -529,7 +529,9 @@ bool WIFI_CONFIG::Setup (bool force_ap)
dot = 0;
}
#ifndef MKS_TFT_FEATURE
#ifndef DISABLE_CONNECTING_MSG
ESPCOM::println (msg, PRINTER_PIPE);
#endif
#endif
delay (500);