diff --git a/credentials.h b/credentials.h new file mode 100644 index 0000000..dfb5208 --- /dev/null +++ b/credentials.h @@ -0,0 +1,7 @@ +// WIFI +const char* ssid = ""; +const char* password = ""; + +// REDDIT +const char* host = "www.reddit.com"; +const int port = 443;