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 442d95b commit ccd699fCopy full SHA for ccd699f
esp3d/syncwebserver.cpp
@@ -76,7 +76,7 @@ WebSocketsServer * socket_server;
76
#define ESP_ERROR_START_UPLOAD 12
77
78
79
-void pushError(int code, const char * st, bool web_error = 500, uint16_t timeout = 1000){
+void pushError(int code, const char * st, uint16_t web_error = 500, uint16_t timeout = 1000){
80
if (socket_server && st) {
81
String s = "ERROR:" + String(code) + ":";
82
s+=st;
0 commit comments