esp32-warm-water
esp32 based project for the control of a heating element based on temperature
components
esp32-wifi
include
wifi_shared.h
Go to the documentation of this file.
1
#ifndef WIFI_SHARED_H
2
#define WIFI_SHARED_H
3
4
extern
char
ip_address
[16];
5
6
void
wifi_shared_deinit
(
void
);
7
8
#endif
// WIFI_SHARED_H
wifi_shared_deinit
void wifi_shared_deinit(void)
Definition:
wifi_shared.c:4
ip_address
char ip_address[16]
Definition:
main.c:54
Generated by
1.9.1