@ -11,6 +11,7 @@
#include "cgi_sockets.h"
#include "version.h"
#include "uart_buffer.h"
#include "screen.h"
/**
* Send a response to UART0
@ -4,11 +4,9 @@
#define URL_WS_UPDATE "/term/update.ws"
#include <cgiwebsocket.h>
/** Update websocket connect callback */
void updateSockConnect(Websock *ws);
void screen_notifyChange(ScreenNotifyChangeTopic topic);
void send_beep(void);