This repository has been archived by the owner on Jan 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
my_settings.h | ||
my_secret.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
//////////////////////////////////////////////////////////// | ||
// Secret Configuration // | ||
////////////////////////////////////////////////////////// | ||
|
||
|
||
/*************************************************** | ||
Blynk Settings | ||
**************************************************/ | ||
|
||
#define AUTH "Your Blynk Auth Token" // You should get Auth Token in the Blynk App. | ||
|
||
/*************************************************** | ||
WiFi Settings | ||
**************************************************/ | ||
|
||
#define WIFI_SSID "Your WiFi Network Name" | ||
#define WIFI_PASS "Your Wifi Password" | ||
|
||
/*************************************************** | ||
Server Settings | ||
**************************************************/ | ||
|
||
#define USE_LOCAL_SERVER // Comment-out if use Blynk hosted cloud service | ||
#define SERVER "xxx.xxx.xx.xxx" // Comment-out if use Blynk hosted cloud service | ||
|
||
#define PORT 8080 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters