Skip to content

Instantly share code, notes, and snippets.

@LarsBergqvist
Created August 10, 2017 15:44
Show Gist options
  • Save LarsBergqvist/bad67897a2f3ef8d4daeef86e25806ad to your computer and use it in GitHub Desktop.
Save LarsBergqvist/bad67897a2f3ef8d4daeef86e25806ad to your computer and use it in GitHub Desktop.
Credentials example for a Blynk project
// 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