Arduino IDE: how to redefine constant defined in standard library?
I am trying to redefine WEBSOCKETS_TCP_TIMEOUT constant in this library: [https://github.com/Links2004/arduinoWebSockets]. But I do not want to change library, I would like to do it in my code.
Constant defined in WebSocket.h:
ESP8266 Web Sockets Server – disappeared client does not disconnected by server
I am using WebSockets Server on ESP8266 from here: GitHub – Links2004/arduinoWebSockets: arduinoWebSockets