#include <string.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/event_groups.h"
#include "esp_system.h"
#include "esp_wifi.h"
#include "esp_event_loop.h"
#include "esp_log.h"
#include "nvs_flash.h"
#include "driver/gpio.h"
#include "lwip/sys.h"
#include "lwip/netdb.h"
#include "lwip/api.h"
◆ BLINK_GPIO
◆ EXAMPLE_ESP_WIFI_PASS
#define EXAMPLE_ESP_WIFI_PASS "123456789" |
◆ EXAMPLE_ESP_WIFI_SSID
#define EXAMPLE_ESP_WIFI_SSID "ESP32-WIFI-MODULE" |
◆ EXAMPLE_MAX_STA_CONN
#define EXAMPLE_MAX_STA_CONN 3 |
◆ app_main()
◆ wifi_init_softap()
void wifi_init_softap |
( |
| ) |
|