mirror of
				https://github.com/luc-github/ESP3D.git
				synced 2025-10-24 11:50:52 -07:00 
			
		
		
		
	Update syncwebserver.cpp
Fix typo
This commit is contained in:
		| @@ -76,7 +76,7 @@ WebSocketsServer * socket_server; | ||||
| #define ESP_ERROR_START_UPLOAD 12 | ||||
|  | ||||
|  | ||||
| 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){ | ||||
|     if (socket_server && st) { | ||||
|         String s = "ERROR:" + String(code) + ":"; | ||||
|         s+=st; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user