From d052f6b55abdc0eb8b439e99f7b13c182737994a Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sun, 21 Mar 2021 11:15:28 +0100 Subject: [PATCH] Credentials added --- src/my_credentials.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/my_credentials.h diff --git a/src/my_credentials.h b/src/my_credentials.h new file mode 100644 index 0000000..e794643 --- /dev/null +++ b/src/my_credentials.h @@ -0,0 +1,2 @@ +const char *ssid = "YOUR-SSID-HERE"; +const char *password = "YOUR-PASSWORD-HERE";