7 lines
166 B
C++
7 lines
166 B
C++
#include "DashboardWSServer.h"
|
|
|
|
DashboardWSServer::DashboardWSServer(uint16_t port, String origin, String protocol) : WebSocketsServer(port, origin, protocol)
|
|
{
|
|
|
|
}
|