Browse Source

Update BlynkClient.ino

dependabot/github_actions/actions/checkout-4
Volodymyr Shymanskyy 1 year ago
committed by GitHub
parent
commit
92c0ba3721
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      examples/BlynkClient/BlynkClient.ino

+ 5
- 0
examples/BlynkClient/BlynkClient.ino View File

@ -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


Loading…
Cancel
Save