Initial commit

This commit is contained in:
jonas
2019-12-31 14:15:04 +01:00
parent bb20cae839
commit fcf8908d62
6 changed files with 337 additions and 2 deletions

8
credentials.h Normal file
View File

@@ -0,0 +1,8 @@
// WIFI
const char* ssid = "";
const char* password = "";
// REDDIT
const char* host = "www.reddit.com";
const int port = 443;
const char fingerprint[] = "77:C7:6C:11:70:33:25:EE:F0:6C:3B:E3:0F:15:C2:CB:2A:73:7A:56:F3:40:FD:76:29:1E:06:CB:0D:45:48:2C";