diff options
| author | Your Name <you@example.com> | 2026-05-18 22:49:34 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-18 22:49:34 +0530 |
| commit | eb2ae72d91a4b2ec0333a2e6d18eeeeee6b60464 (patch) | |
| tree | eff643bcd00ed44b5d7fd93084be1391970d6bd4 /main/config.h | |
| parent | 910fe47b2ed1284d93ff4d274f5c2341cb0d2d0b (diff) | |
feat: add WiFi setup state machine + config_add_wifi with unit tests
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 |