Skip to content

Commit bd5d010

Browse files
authored
Create secrets.h
1 parent a5339fe commit bd5d010

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)