#ifndef ssid_pass_h #define ssid_pass_h const char* ssid = ""; const char* password = ""; #endif