esp32-warm-water
esp32 based project for the control of a heating element based on temperature
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
void wifi_shared_deinit(void)
Definition: wifi_shared.c:4
char ip_address[16]
Definition: main.c:54