Files
E-Paper_Showerthoughts/credentials.h
2020-01-05 17:06:48 +01:00

8 lines
128 B
C

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