mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-13 20:46:53 +01:00
12 lines
147 B
C
12 lines
147 B
C
#ifndef WEB_SERVER_H
|
|
#define WEB_SERVER_H
|
|
|
|
#include <esp8266.h>
|
|
|
|
void webServerInit();
|
|
|
|
char * webServerUserPages();
|
|
|
|
#endif /* WEB_SERVER_H */
|
|
|