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