http post in ServerSocket.cpp
-
i want to send a http post with the ESP8266 wifi module.
-
which function in socketServer.cpp is the best place to send a http post to a server ?
-
how can i log a message in the console of the duet3d ?
-
-
-
At this point in SocketServer.cpp:
case NetworkCommand::connCreate: // create a connection // Not implemented yet
-
If you mean from a GCode file, use M117 or M118.
-
-
Thank you, but i meant how i can log from the Socketserver.cpp?