Created
August 10, 2017 15:44
-
-
Save LarsBergqvist/bad67897a2f3ef8d4daeef86e25806ad to your computer and use it in GitHub Desktop.
Credentials example for a Blynk project
This file contains hidden or 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
// You should get Auth Token in the Blynk App. | |
// Go to the Project Settings (nut icon). | |
char auth[] = "a89e439b754d4d9888ecaa74c7b0e61a"; | |
// Your WiFi credentials. | |
// Set password to "" for open networks. | |
char ssid[] = "YOUR WIFI SSID"; | |
char pass[] = "YOUR WIFI PASSWORD"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment