diff options
Diffstat (limited to 'main/tollgate_main.c')
| -rw-r--r-- | main/tollgate_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tollgate_main.c b/main/tollgate_main.c index a39ccc9..228d8ef 100644 --- a/main/tollgate_main.c +++ b/main/tollgate_main.c | |||
| @@ -84,6 +84,7 @@ static void wifi_event_handler(void *arg, esp_event_base_t event_base, | |||
| 84 | 84 | ||
| 85 | static void services_start_task(void *pvParameters) | 85 | static void services_start_task(void *pvParameters) |
| 86 | { | 86 | { |
| 87 | vTaskDelay(pdMS_TO_TICKS(3000)); | ||
| 87 | start_services(); | 88 | start_services(); |
| 88 | vTaskDelete(NULL); | 89 | vTaskDelete(NULL); |
| 89 | } | 90 | } |