added credentials.h again

This commit is contained in:
jonas
2020-01-05 17:06:48 +01:00
parent a5acbd85f4
commit 45a4179d8e

7
credentials.h Normal file
View File

@@ -0,0 +1,7 @@
// WIFI
const char* ssid = "";
const char* password = "";
// REDDIT
const char* host = "www.reddit.com";
const int port = 443;