Search found 1 match

by Mark1tus
Sat Feb 11, 2023 9:30 am
Forum: ESP-IDF
Topic: esp_wifi_init() returning an error
Replies: 1
Views: 1740

esp_wifi_init() returning an error

Hi all, I'm pretty new using ESP boards and I have some problems using the esp_wifi library. I will show you how I wrote the code: static void Wifi_inicialitzation(void){ wifi_init_config_t wifiInitConfig = WIFI_INIT_CONFIG_DEFAULT(); if (esp_wifi_init(wifiInitConfig) != ESP_OK){ printf("Can't run e...