Skip to content

Commit

Permalink
Allow the BlynkIRRemote.ino code to compile again.
Browse files Browse the repository at this point in the history
Seems something with Blynk has changed. It needs `BLYNK_TEMPLATE_ID` & `BLYNK_TEMPLATE_NAME` defined to compile.
  • Loading branch information
crankyoldgit committed Jul 26, 2023
1 parent 5778cbf commit 03a3576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/BlynkIrRemote/BlynkIrRemote.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 03a3576

Please sign in to comment.