Skip to content

Instantly share code, notes, and snippets.

View sucheendradas's full-sized avatar
:octocat:

Sucheendradas V R sucheendradas

:octocat:
View GitHub Profile
@sucheendradas
sucheendradas / esp8266_Blynk_2.ino
Last active December 12, 2022 18:15
Blynk 2.0 working with esp8266 IOT Board (Arduino IDE 2.0)
// Definitions
// Template ID, Device Name and Auth Token are provided by the Blynk.Cloud
// See the Device Info tab, or Template settings
#define BLYNK_TEMPLATE_ID "TMPLB_PpB7qe" // template ID Not Template ID
#define BLYNK_DEVICE_NAME "esp8266" //Here Device_Name not Template Name
#define BLYNK_AUTH_TOKEN "n5x628GDTFMk0hNa-69lhHK94hPSYX_a"
// Comment this out to disable prints and save space
#define BLYNK_PRINT Serial