Blynk example

Dependents:   Blynk_Example_WIZwiki-W7500

Fork of Blynk by Volodymyr Shymanskyy

Revision:
7:8879692d4e6c
Parent:
0:58b20b438383
Child:
9:7369ec77a3ea
--- a/WidgetTerminal.h	Thu Jun 23 23:00:40 2016 +0000
+++ b/WidgetTerminal.h	Wed Oct 12 09:18:39 2016 +0300
@@ -74,7 +74,7 @@
 
 private:
     uint8_t mPin;
-    uint8_t mOutBuf[32];
+    uint8_t mOutBuf[BLYNK_MAX_SENDBYTES];
     uint8_t mOutQty;
 };