Files
esp-link/user/console.h
Thorsten von Eicken 57662b0824 added console web page
2015-05-17 22:54:23 -07:00

10 lines
155 B
C

#ifndef CONSOLE_H
#define CONSOLE_H
#include "httpd.h"
void consoleInit(void);
int tplConsole(HttpdConnData *connData, char *token, void **arg);
#endif