We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac20d3d commit a74608aCopy full SHA for a74608a
src/esp3dlib.cpp
@@ -67,7 +67,7 @@ bool Esp3DLib::parse(char *cmd) {
67
if (myesp3d.started() &&
68
esp3d_commands.is_esp_command((uint8_t *)cmd, strlen(cmd))) {
69
// command come from other serial port
70
- ESP3DMessage *msg = ESP3DMessageManager::newMsg(
+ ESP3DMessage *msg = esp3d_message_manager.newMsg(
71
ESP3DClientType::echo_serial, ESP3DClientType::command, (uint8_t *)cmd,
72
strlen(cmd), ESP3DAuthenticationLevel::admin);
73
if (msg) {
0 commit comments