Blynk example

Dependents:   Blynk_Example_WIZwiki-W7500

Fork of Blynk by Volodymyr Shymanskyy

Revision:
13:ed6276c0afb7
Parent:
9:7369ec77a3ea
--- a/WidgetTerminal.h	Thu Jan 12 02:21:21 2017 +0200
+++ b/WidgetTerminal.h	Sun Apr 09 14:50:30 2017 +0300
@@ -77,7 +77,7 @@
 #endif
 
 private:
-    uint8_t mOutBuf[BLYNK_MAX_SENDBYTES];
+    uint8_t mOutBuf[64];
     uint8_t mOutQty;
 };