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 a885afc commit 8593136Copy full SHA for 8593136
esp3d/src/include/version.h
@@ -22,7 +22,7 @@
22
#define _VERSION_ESP3D_H
23
24
//version and sources location
25
-#define FW_VERSION "3.0.0.a211"
+#define FW_VERSION "3.0.0.a212"
26
#define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
27
28
#endif //_VERSION_ESP3D_H
esp3d/src/modules/websocket/websocket_server.cpp
@@ -32,7 +32,7 @@
32
#include "../authentication/authentication_service.h"
33
WebSocket_Server websocket_terminal_server("webui-v3");
34
#if defined(WS_DATA_FEATURE)
35
-WebSocket_Server websocket_data_server();
+WebSocket_Server websocket_data_server("arduino");
36
#endif //WS_DATA_FEATURE
37
void WebSocket_Server::pushMSG (const char * data)
38
{
0 commit comments