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 9475124 commit 764d0e5Copy full SHA for 764d0e5
src/WebSocket.h
@@ -7,7 +7,7 @@ namespace WebSocket
7
{
8
9
/// Initialize the websocket instance
10
- void initialize();
+ void initialize(const String &hostname = "fastledhub");
11
12
/// Handle websocket
13
void handle();
0 commit comments