From 602d0d803eb9607dcd949f3ea5ff27c14db4085b Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 8 Dec 2019 17:47:58 +0100 Subject: fixed uart data relay bug; fixed all xCreateTask to use new macros for stack size; fixed err type for msgq; --- code/esp32/components/eos/wifi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'code/esp32/components/eos/wifi.c') diff --git a/code/esp32/components/eos/wifi.c b/code/esp32/components/eos/wifi.c index 29cd983..09b0b39 100755 --- a/code/esp32/components/eos/wifi.c +++ b/code/esp32/components/eos/wifi.c @@ -88,6 +88,7 @@ void eos_wifi_init(void) { ESP_ERROR_CHECK( esp_wifi_set_config(ESP_IF_WIFI_STA, &wifi_config) ); ESP_ERROR_CHECK( esp_wifi_start() ); eos_net_set_handler(EOS_NET_MTYPE_WIFI, wifi_handler); + ESP_LOGI(TAG, "INIT"); } void eos_wifi_connect(char *ssid, char *pass) { -- cgit v1.2.3