Search found 1 match
- Fri Jun 21, 2024 12:40 pm
- Forum: ESP8266
- Topic: wifi_station example not working
- Replies: 0
- Views: 4137
wifi_station example not working
#include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/event_groups.h" #include "esp_system.h" #include "esp_log.h" #include "esp_netif.h" #include "esp_event.h" #include "esp_wifi.h" #include "nvs.h" #include "nvs_flash.h" #include "lwip/err.h" #include "l...