change default port for websockets surface

This commit is contained in:
Paul Davis
2020-04-09 15:26:06 -06:00
parent 18daf2c9b2
commit 661609f2c0

View File

@@ -40,7 +40,7 @@
#include "state.h"
#include "resources.h"
#define WEBSOCKET_LISTEN_PORT 9000
#define WEBSOCKET_LISTEN_PORT 3818
struct LwsPollFdGlibSource {
struct lws_pollfd lws_pfd;