Skip to content

Commit 4b9b2a0

Browse files
committed
removed unused #defines
1 parent ae5b15b commit 4b9b2a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/SinricProConfig.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
#define UDP_MULTICAST_IP IPAddress(224,9,9,9)
1717
#define UDP_MULTICAST_PORT 3333
1818

19-
// if websocket connection cannot established after WEBSOCKET_CONNECTION_TIMEOUT milliseconds
20-
// websocket will try to connect again
21-
#define WEBSOCKET_CONNECTION_TIMEOUT 1000
22-
2319
// websocket sends every WEBSOCKET_PING_INTERVAL milliseconds a ping to Server
2420
// if there is no pong received after WEBSOCKET_PING_TIMEOUT milliseconds, retry count is incremented by one
2521
// if retry count reaches WEBSOCKET_RETRY_COUNT websocket connection is closed and try to reconnect server

0 commit comments

Comments
 (0)