mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-24 09:56:52 +01:00
10 lines
155 B
C
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
|