Search found 2 matches

by threatcon
Sun Oct 28, 2018 3:29 pm
Forum: ESP32 Arduino
Topic: Cannot initialize WiFi
Replies: 0
Views: 2294

Cannot initialize WiFi

Hello, I am doing a simple sketch to intialize WiFi using the esp_wifi.h. I'm wondering if someone can tell me what I am doing wrong? This.. #include "freertos/FreeRTOS.h" #include "esp_wifi.h" #include "esp_wifi_types.h" #include "esp_system.h" #include "esp_event.h" #include "esp_event_loop.h" #in...
by threatcon
Sun Oct 28, 2018 11:23 am
Forum: ESP32 Arduino
Topic: Problem with esp_wifi.h
Replies: 0
Views: 2857

Problem with esp_wifi.h

Hello, I'm working on an Arduino sketch that's using the esp_wifi.h and I have all the dependencies included. However, I get the below errors when compiling. I also get *config Any help with this would be appreciated. esp_wifi.h:1042: error: 'wifi_csi_config_t' does not name a type esp_err_t esp_wif...