mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-24 16:46:52 +01:00
Fix if ESP restart but mainboard do not
This commit is contained in:
@@ -3467,7 +3467,7 @@ void handle_web_command(){
|
||||
//check command
|
||||
COMMAND::check_command(current_line,false);
|
||||
#if ((FIRMWARE_TARGET == REPETIER) || (FIRMWARE_TARGET == REPETIER4DV))
|
||||
if ((current_line != "ok 0"))
|
||||
if (!current_line.startsWith( "ok "))
|
||||
#endif
|
||||
{
|
||||
buffer2send +=current_line;
|
||||
|
||||
Reference in New Issue
Block a user