Skip to content

Commit ccd699f

Browse files
committed
Update syncwebserver.cpp
Fix typo
1 parent 442d95b commit ccd699f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp3d/syncwebserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ WebSocketsServer * socket_server;
7676
#define ESP_ERROR_START_UPLOAD 12
7777

7878

79-
void pushError(int code, const char * st, bool web_error = 500, uint16_t timeout = 1000){
79+
void pushError(int code, const char * st, uint16_t web_error = 500, uint16_t timeout = 1000){
8080
if (socket_server && st) {
8181
String s = "ERROR:" + String(code) + ":";
8282
s+=st;

0 commit comments

Comments
 (0)