blynk & neopixelring & w7500

Fork of WIZwiki-7500_Blynk by IOP

Revision:
9:7369ec77a3ea
Parent:
7:8879692d4e6c
Child:
10:c241e4227173
--- a/Blynk/BlynkConfig.h	Wed Oct 12 10:38:37 2016 +0300
+++ b/Blynk/BlynkConfig.h	Thu Jan 05 14:55:36 2017 +0200
@@ -11,7 +11,7 @@
 #ifndef BlynkConfig_h
 #define BlynkConfig_h
 
-#include "Blynk/BlynkDetectDevice.h"
+#include <Blynk/BlynkDetectDevice.h>
 
 /***************************************************
  * Change these settings to match your need
@@ -25,7 +25,7 @@
  * Professional settings
  ***************************************************/
 // Library version.
-#define BLYNK_VERSION        "0.3.10"
+#define BLYNK_VERSION        "0.4.3"
 
 // Heartbeat period in seconds.
 #ifndef BLYNK_HEARTBEAT
@@ -64,6 +64,12 @@
 // Uncomment to force-enable 128 virtual pins
 //#define BLYNK_USE_128_VPINS
 
+// Uncomment to disable fancy logo
+//#define BLYNK_NO_FANCY_LOGO
+
+// Uncomment to enable 3D fancy logo
+//#define BLYNK_FANCY_LOGO_3D
+
 // Uncomment to enable experimental functions.
 //#define BLYNK_EXPERIMENTAL