#ifndef CONFIG_H #define CONFIG_H extern char wifi_ssid[]; extern char wifi_pass[]; #endif