diff options
Diffstat (limited to 'main/captive_portal.h')
| -rw-r--r-- | main/captive_portal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/captive_portal.h b/main/captive_portal.h index 30d8c3e..06eb860 100644 --- a/main/captive_portal.h +++ b/main/captive_portal.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #include "esp_http_server.h" | 4 | #include "esp_http_server.h" |
| 5 | #include "esp_err.h" | 5 | #include "esp_err.h" |
| 6 | 6 | ||
| 7 | esp_err_t captive_portal_start(void); | 7 | esp_err_t captive_portal_start(const char *ap_ip_str); |
| 8 | void captive_portal_stop(void); | 8 | void captive_portal_stop(void); |
| 9 | httpd_handle_t captive_portal_get_server(void); | 9 | httpd_handle_t captive_portal_get_server(void); |
| 10 | 10 | ||