diff options
Diffstat (limited to 'main/captive_portal.h')
| -rw-r--r-- | main/captive_portal.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/captive_portal.h b/main/captive_portal.h new file mode 100644 index 0000000..30d8c3e --- /dev/null +++ b/main/captive_portal.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #ifndef CAPTIVE_PORTAL_H | ||
| 2 | #define CAPTIVE_PORTAL_H | ||
| 3 | |||
| 4 | #include "esp_http_server.h" | ||
| 5 | #include "esp_err.h" | ||
| 6 | |||
| 7 | esp_err_t captive_portal_start(void); | ||
| 8 | void captive_portal_stop(void); | ||
| 9 | httpd_handle_t captive_portal_get_server(void); | ||
| 10 | |||
| 11 | #endif | ||