#ifndef config_h #define config_h const char* ssid = ""; const char* password = ""; String api_base_url = "http://:5000"; #endif