diff options
Diffstat (limited to 'main/config.h')
| -rw-r--r-- | main/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/config.h b/main/config.h index fa4d95c..b8a3136 100644 --- a/main/config.h +++ b/main/config.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | #include "esp_err.h" | 4 | #include "esp_err.h" |
| 5 | #include "esp_wifi.h" | 5 | #include "esp_wifi.h" |
| 6 | #include "esp_netif.h" | 6 | #include "esp_netif.h" |
| 7 | #include "tollgate_platform.h" | ||
| 7 | #include <stdbool.h> | 8 | #include <stdbool.h> |
| 8 | 9 | ||
| 9 | #include "lightning_payout.h" | 10 | #include "lightning_payout.h" |
| @@ -72,4 +73,6 @@ const tollgate_config_t *tollgate_config_get(void); | |||
| 72 | esp_err_t tollgate_config_get_wifi(wifi_config_t *wifi_config); | 73 | 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); | 74 | esp_err_t tollgate_config_get_next_wifi(wifi_config_t *wifi_config); |
| 74 | 75 | ||
| 76 | const tollgate_platform_t *tollgate_get_platform(void); | ||
| 77 | |||
| 75 | #endif | 78 | #endif |