Skip to content

Commit a74608a

Browse files
committed
Update esp3dlib.cpp
1 parent ac20d3d commit a74608a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/esp3dlib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bool Esp3DLib::parse(char *cmd) {
6767
if (myesp3d.started() &&
6868
esp3d_commands.is_esp_command((uint8_t *)cmd, strlen(cmd))) {
6969
// command come from other serial port
70-
ESP3DMessage *msg = ESP3DMessageManager::newMsg(
70+
ESP3DMessage *msg = esp3d_message_manager.newMsg(
7171
ESP3DClientType::echo_serial, ESP3DClientType::command, (uint8_t *)cmd,
7272
strlen(cmd), ESP3DAuthenticationLevel::admin);
7373
if (msg) {

0 commit comments

Comments
 (0)