blynk & neopixelring & w7500
Fork of WIZwiki-7500_Blynk by
Diff: Blynk/BlynkConfig.h
- Revision:
- 2:c5b857d4f9f6
- Parent:
- 0:58b20b438383
- Child:
- 7:8879692d4e6c
--- a/Blynk/BlynkConfig.h Sat May 07 08:09:44 2016 +0000 +++ b/Blynk/BlynkConfig.h Fri Jun 24 00:58:58 2016 +0300 @@ -25,7 +25,7 @@ * Professional settings ***************************************************/ // Library version. -#define BLYNK_VERSION "0.3.5-beta" +#define BLYNK_VERSION "0.3.7" // Heartbeat period in seconds. #ifndef BLYNK_HEARTBEAT @@ -61,6 +61,9 @@ // Uncomment to enable debug prints. //#define BLYNK_DEBUG +// Uncomment to force-enable 128 virtual pins +//#define BLYNK_USE_128_VPINS + // Uncomment to enable experimental functions. //#define BLYNK_EXPERIMENTAL