|
esp32-wifi
wifi wrapper library
|
defininitions for wrapper component to set up wifi in station mode More...
#include <stdio.h>#include "sdkconfig.h"#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include "esp_system.h"#include "esp_spi_flash.h"#include "freertos/event_groups.h"#include "esp_wifi.h"#include "esp_event.h"#include "esp_log.h"#include "nvs_flash.h"#include "lwip/err.h"#include "lwip/sys.h"#include <string.h>#include "wifi_shared.h"Go to the source code of this file.
Functions | |
| void | wifi_init_sta (void) |
defininitions for wrapper component to set up wifi in station mode