Skip to content

Commit 51a7723

Browse files
authored
Merge pull request #633 from adafruit/TheKitty-patch-2
Create secrets.h
2 parents a5339fe + bd5d010 commit 51a7723

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • Feather_ePaper_Quotes/adafruit_feather_quote
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#ifndef _SECRET_H THEN
2+
#define _SECRET_H
3+
4+
// define your WIFI SSID and password in this file
5+
6+
#define WIFI_SSID "your_SSID"
7+
#define WIFI_PASSWORD "your_password"
8+
9+
#endif

0 commit comments

Comments
 (0)