pull/111/merge
Ondřej Hruška 7 years ago
parent 023a2db01a
commit a673843a63
  1. 1
      user/ansi_parser_callbacks.c
  2. 2
      user/cgi_sockets.h

@ -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>
#include "screen.h"
/** Update websocket connect callback */
void updateSockConnect(Websock *ws);
void screen_notifyChange(ScreenNotifyChangeTopic topic);
void send_beep(void);

Loading…
Cancel
Save