mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-03 06:30:38 +08:00
Avoid to fire WD if long output from Serial
This commit is contained in:
parent
0e749c454d
commit
ae822a6bbf
@ -490,6 +490,8 @@ void COMMAND::check_command(String buffer, tpipe output, bool handlelockserial)
|
|||||||
LOG("Check Command:")
|
LOG("Check Command:")
|
||||||
LOG(buffer)
|
LOG(buffer)
|
||||||
LOG("\r\n")
|
LOG("\r\n")
|
||||||
|
//feed the WD for safety
|
||||||
|
delay(0);
|
||||||
//if direct access to SDCard no need to handle the M20 command answer
|
//if direct access to SDCard no need to handle the M20 command answer
|
||||||
#ifndef DIRECT_SDCARD_FEATURE
|
#ifndef DIRECT_SDCARD_FEATURE
|
||||||
static bool bfileslist=false;
|
static bool bfileslist=false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user