New BLYNK IOT Automation
//https://blynk.cloud/dashboard/61173/global/filter/352881/organization/61173/devices/180825/dashboard // Fill-in information from your Blynk Template here #define BLYNK_TEMPLATE_ID "xxxxxxxxxx"// Enter the Blynk template ID here #define BLYNK_DEVICE_NAME "Anokhautomation"// Enter the Blynk Device Name here //#define BLYNK_DEVICE_NAME "" #define BLYNK_FIRMWARE_VERSION "0.1.0" #define BLYNK_PRINT Serial #define BLYNK_DEBUG //#define APP_DEBUG // Uncomment your board, or configure a custom board in Settings.h //#define USE_SPARKFUN_BLYNK_BOARD #define USE_NODE_MCU_BOARD //#define USE_WITTY_CLOUD_BOARD // define the GPIO connected with Relays #define RelayPin1 5 //connect Relay 1 to D1 pin of Node MCU #define RelayPin2 4 //connect Relay 2 to D2 pin of Node MCU #define RelayPin3 14 //connect Relay 3 to D5 pin of Node MCU #define RelayPin4 12 //connect Relay 4 to D6 pin of Node MCU // define the GPIO connected with push buttons #define Switc