mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 17:00:40 +08:00
Fix crash in debug
This commit is contained in:
parent
495eb67049
commit
d0317e6d99
@ -330,7 +330,7 @@ void GcodeHost::processCommand()
|
||||
if (isESPcmd) {
|
||||
esp3d_commands.process((uint8_t *)cmd.c_str(), cmd.length(),&outputhost, _auth_type) ;
|
||||
//we display error in output but it is not a blocking error
|
||||
log_esp3d("Command is ESP command: %s, client is %d", cmd.c_str(), );
|
||||
log_esp3d("Command is ESP command: %s", cmd.c_str() );
|
||||
_step = HOST_READ_LINE;
|
||||
} else {
|
||||
#if COMMUNICATION_PROTOCOL == SOCKET_SERIAL
|
||||
|
Loading…
x
Reference in New Issue
Block a user