This commit is contained in:
2017-09-06 14:48:01 +02:00
parent 023a2db01a
commit a673843a63
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@
#include "cgi_sockets.h"
#include "version.h"
#include "uart_buffer.h"
#include "screen.h"
/**
* Send a response to UART0
-2
View File
@@ -4,11 +4,9 @@
#define URL_WS_UPDATE "/term/update.ws"
#include <cgiwebsocket.h>
#include "screen.h"
/** Update websocket connect callback */
void updateSockConnect(Websock *ws);
void screen_notifyChange(ScreenNotifyChangeTopic topic);
void send_beep(void);