catchup from whaleshark

This commit is contained in:
Nathanial Hendler 2021-10-05 17:56:36 -07:00
parent 52b1e8dfc7
commit 416e87bf0e
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#ifndef CREDENTIALS_H
#define CREDENTIALS_H
#define WIFI_SSID "AAAAAAAAA"
#define WIFI_PASSWORD "AAAAAAAAA"
#define SLACK_ACCESS_TOKEN "AAAAAAAAA"
#endif