Create secrets.h
This commit is contained in:
parent
a5339feb3c
commit
bd5d01066c
1 changed files with 9 additions and 0 deletions
9
Feather_ePaper_Quotes/adafruit_feather_quote/secrets.h
Normal file
9
Feather_ePaper_Quotes/adafruit_feather_quote/secrets.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef _SECRET_H THEN
|
||||
#define _SECRET_H
|
||||
|
||||
// define your WIFI SSID and password in this file
|
||||
|
||||
#define WIFI_SSID "your_SSID"
|
||||
#define WIFI_PASSWORD "your_password"
|
||||
|
||||
#endif
|
||||
Loading…
Reference in a new issue