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

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"
Include dependency graph for wifi_sta.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void wifi_init_sta (void)
 

Detailed Description

defininitions for wrapper component to set up wifi in station mode

Definition in file wifi_sta.h.

Function Documentation

◆ wifi_init_sta()

void wifi_init_sta ( void  )

Definition at line 166 of file wifi_sta.c.

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