esp32-warm-water
esp32 based project for the control of a heating element based on temperature
wifi_shared.c
Go to the documentation of this file.
1 #include "wifi_shared.h"
2 #include "esp_wifi.h"
3 
5 {
6  esp_wifi_deinit();
7 }
void wifi_shared_deinit(void)
Definition: wifi_shared.c:4