Skip to content

Commit

Permalink
added Blynk Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioJoshua committed Jan 22, 2023
1 parent a440a05 commit 5967195
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/arduino_secrets.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,15 @@
#define SECRET_LOGIN ""
#define SECRET_PASS ""
#endif

#pragma region Blynk

#define BLYNK_TEMPLATE_ID "xxxxxxxPat9hf"
#define BLYNK_DEVICE_NAME "xxxxxxxeter"
#define BLYNK_AUTH_TOKEN "xxxxxxxxxxxxxbbnWnke"

// You should get Auth Token in the Blynk App.
// Go to the Project Settings (nut icon).
char auth[] = "xxxxxxxxxxxxbbnWnke";

#pragma endregion

0 comments on commit 5967195

Please sign in to comment.