diff --git a/esp3d/src/include/esp3d_version.h b/esp3d/src/include/esp3d_version.h index 01879e1b..7dda8296 100644 --- a/esp3d/src/include/esp3d_version.h +++ b/esp3d/src/include/esp3d_version.h @@ -22,7 +22,7 @@ #define _VERSION_ESP3D_H // version and sources location -#define FW_VERSION "3.0.0.a244" +#define FW_VERSION "3.0.0.a245" #define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0" #endif //_VERSION_ESP3D_H diff --git a/esp3d/src/modules/http/handlers/handle-command.cpp b/esp3d/src/modules/http/handlers/handle-command.cpp index 96db9d64..2b94b1af 100644 --- a/esp3d/src/modules/http/handlers/handle-command.cpp +++ b/esp3d/src/modules/http/handlers/handle-command.cpp @@ -78,7 +78,7 @@ void HTTP_Server::handle_web_command() { ESP3DClientType::http, esp3d_commands.getOutputClient(), (uint8_t *)cmd.c_str(), cmd.length(), auth_level); if (msg) { - msg->type = ESP3DMessageType::unique; + msg->type = ESP3DMessageType::unique; //ESP3D command is always unique msg->request_id.code = 200; // process command esp3d_commands.process(msg);