upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/config.h')
-rw-r--r--main/config.h1
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);
71const tollgate_config_t *tollgate_config_get(void); 71const tollgate_config_t *tollgate_config_get(void);
72esp_err_t tollgate_config_get_wifi(wifi_config_t *wifi_config); 72esp_err_t tollgate_config_get_wifi(wifi_config_t *wifi_config);
73esp_err_t tollgate_config_get_next_wifi(wifi_config_t *wifi_config); 73esp_err_t tollgate_config_get_next_wifi(wifi_config_t *wifi_config);
74esp_err_t tollgate_config_add_wifi(const char *ssid, const char *password);
74 75
75#endif 76#endif