esp32-warm-water
esp32 based project for the control of a heating element based on temperature
Functions
wifi_sap.h File Reference

defininitions for wrapper component to set up wifi in softap mode More...

#include <string.h>
#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.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 "sdkconfig.h"
#include "wifi_shared.h"
Include dependency graph for wifi_sap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void wifi_init_sap (void)
 

Detailed Description

defininitions for wrapper component to set up wifi in softap mode

Definition in file wifi_sap.h.

Function Documentation

◆ wifi_init_sap()

void wifi_init_sap ( void  )

Definition at line 90 of file wifi_sap.c.

Here is the call graph for this function:
Here is the caller graph for this function: