#ifndef WIFI_H_
#define WIFI_H_
/**
* Enter WiFi network and Proxmox information
*/
const char* WIFI_SSID = "";
const char* WIFI_PASS = "";
#endif