Search found 1 match

by vincenzo05
Fri Jun 21, 2024 12:40 pm
Forum: ESP8266
Topic: wifi_station example not working
Replies: 0
Views: 3426

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...