diff options
Diffstat (limited to 'main/config.h')
| -rw-r--r-- | main/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/config.h b/main/config.h index fa4d95c..dad0ef0 100644 --- a/main/config.h +++ b/main/config.h | |||
| @@ -71,5 +71,6 @@ esp_err_t tollgate_config_init(void); | |||
| 71 | const tollgate_config_t *tollgate_config_get(void); | 71 | const tollgate_config_t *tollgate_config_get(void); |
| 72 | esp_err_t tollgate_config_get_wifi(wifi_config_t *wifi_config); | 72 | esp_err_t tollgate_config_get_wifi(wifi_config_t *wifi_config); |
| 73 | esp_err_t tollgate_config_get_next_wifi(wifi_config_t *wifi_config); | 73 | esp_err_t tollgate_config_get_next_wifi(wifi_config_t *wifi_config); |
| 74 | esp_err_t tollgate_config_add_wifi(const char *ssid, const char *password); | ||
| 74 | 75 | ||
| 75 | #endif | 76 | #endif |