#ifndef SECRET_H #define SECRET_H const char WIFI_SSID[] = "ssid"; const char WIFI_PASS[] = "pass"; #endif