// WIFI const char* ssid = ""; const char* password = ""; // REDDIT const char* host = "www.reddit.com"; const int port = 443;