1
0
mirror of https://github.com/equant/apple2idiot.git synced 2024-06-28 09:53:34 +00:00

Beginnings of a slack example.

This commit is contained in:
Nathanial Hendler 2021-09-11 17:16:35 -07:00
parent 87449ea3fd
commit ddc512fbbf

@ -0,0 +1,8 @@
#ifndef CREDENTIALS_H
#define CREDENTIALS_H
#define WIFI_SSID "GSO"
#define WIFI_PASSWORD "xerxes27"
#define SLACK_ACCESS_TOKEN "xoxp-52298054561-2192760530118-2480627120338-f945dcc4dd25c76c6b7faa7caa0a74c8"
#endif