#ifndef SECRET_H #define SECRET_H char ssid[] = "wifi ssid"; char pass[] = "wifi pass"; #endif