16 lines
178 B
C
16 lines
178 B
C
#ifndef WEBSERVER_H
|
|
#define WEBSERVER_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern char saved_ssid[33];
|
|
extern char saved_password[65];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|