Skip to content

Commit

Permalink
Update BlynkClient.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jul 4, 2023
1 parent 318fa45 commit 92c0ba3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/BlynkClient/BlynkClient.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
* Change GPRS apm, user, pass, and Blynk auth token to run :)
**************************************************************/

/* Fill in information from Blynk Device Info here */
#define BLYNK_TEMPLATE_ID "TMPxxxxxx"
#define BLYNK_TEMPLATE_NAME "Device"
#define BLYNK_AUTH_TOKEN "YourAuthToken"

#define BLYNK_PRINT Serial // Comment this out to disable prints and save space

// Default heartbeat interval for GSM is 60
Expand Down

0 comments on commit 92c0ba3

Please sign in to comment.