#include "DashboardWSServer.h" DashboardWSServer::DashboardWSServer(uint16_t port, String origin, String protocol) : WebSocketsServer(port, origin, protocol) { }