Added the webserver and the wifi handling
This commit is contained in:
17
src/webserver.h
Normal file
17
src/webserver.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef WEBSERVER_H
|
||||
#define WEBSERVER_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern char saved_ssid[33];
|
||||
extern char saved_password[65];
|
||||
|
||||
void webserver_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user