added credentials.h again
This commit is contained in:
7
credentials.h
Normal file
7
credentials.h
Normal file
@@ -0,0 +1,7 @@
|
||||
// WIFI
|
||||
const char* ssid = "";
|
||||
const char* password = "";
|
||||
|
||||
// REDDIT
|
||||
const char* host = "www.reddit.com";
|
||||
const int port = 443;
|
||||
Reference in New Issue
Block a user