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:
David Conran
2023-07-26 18:22:41 +10:00
committed by GitHub
parent 5778cbffc1
commit 75f9769427

View File

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