#include <string.h>
#include <math.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 "driver/adc.h"
#include "lwip/sys.h"
#include "lwip/netdb.h"
#include "lwip/api.h"
◆ EXAMPLE_ESP_WIFI_PASS
#define EXAMPLE_ESP_WIFI_PASS "80582759" |
◆ EXAMPLE_ESP_WIFI_SSID
#define EXAMPLE_ESP_WIFI_SSID "Minjares" |
◆ EXAMPLE_MAX_STA_CONN
#define EXAMPLE_MAX_STA_CONN 3 |
◆ onboardLED
◆ app_main()
◆ onURL()
void onURL |
( |
struct netconn * | conn, |
|
|
char | command ) |
◆ setADC()
◆ setGPIO()
◆ wifi_init_softap()
void wifi_init_softap |
( |
| ) |
|