cleaning
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
#include "cgi_sockets.h"
|
#include "cgi_sockets.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "uart_buffer.h"
|
#include "uart_buffer.h"
|
||||||
|
#include "screen.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Send a response to UART0
|
* Send a response to UART0
|
||||||
|
|||||||
@@ -4,11 +4,9 @@
|
|||||||
#define URL_WS_UPDATE "/term/update.ws"
|
#define URL_WS_UPDATE "/term/update.ws"
|
||||||
|
|
||||||
#include <cgiwebsocket.h>
|
#include <cgiwebsocket.h>
|
||||||
#include "screen.h"
|
|
||||||
|
|
||||||
/** Update websocket connect callback */
|
/** Update websocket connect callback */
|
||||||
void updateSockConnect(Websock *ws);
|
void updateSockConnect(Websock *ws);
|
||||||
void screen_notifyChange(ScreenNotifyChangeTopic topic);
|
|
||||||
|
|
||||||
void send_beep(void);
|
void send_beep(void);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user