mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
Allow the BlynkIRRemote.ino code to compile again. (#2016)
Seems something with Blynk has changed. It needs `BLYNK_TEMPLATE_ID` & `BLYNK_TEMPLATE_NAME` defined to compile.
This commit is contained in:
@@ -104,6 +104,8 @@
|
||||
|
||||
/* Comment this out to disable prints and save space */
|
||||
#define BLYNK_PRINT Serial
|
||||
#define BLYNK_TEMPLATE_ID "TMPL••••••••" // Made up values. Please Change.
|
||||
#define BLYNK_TEMPLATE_NAME "My First Device" // Please Change.
|
||||
|
||||
#if defined(ESP8266)
|
||||
#include <ESP8266WiFi.h>
|
||||
|
||||
Reference in New Issue
Block a user