#ifndef WIFI_CONFIG_H #define WIFI_CONFIG_H extern const char *wifiSsid; extern const char *wifiPassword; #endif