Hi calandry86
You will need to add define as the first line, before any include
´´
#define BLYNK_TEMPLATE_ID “T…”
#define BLYNK_DEVICE_NAME “Val…”
#define BLYNK_AUTH_TOKEN “zf-t43---------Tr”
#define BLYNK_FIRMWARE_VERSION “0.0.2”
#define BLYNK_NO_BUILTIN
#define BLYNK_PRINT Serial
//#define BLYNK_DEBUG
//#define APP_DEBUG
#include <BlynkSimpleEsp8266.h>
#include <ESP8266httpUpdate.h>
#include <TimeLib.h>
#include <WidgetRTC.h>
´´