RC
Dependents: WizFi250_AP_HelloWorld
Fork of WizFi250Interface by
Diff: WizFi250/WizFi250_at.cpp
- Revision:
- 11:e52b91d1a5d5
- Parent:
- 9:12ecb377f63f
- Child:
- 14:1f5121c5efcd
- Child:
- 18:2a20f54f2929
--- a/WizFi250/WizFi250_at.cpp Mon Jun 22 12:18:57 2015 +0000 +++ b/WizFi250/WizFi250_at.cpp Wed Jun 24 06:25:56 2015 +0000 @@ -278,7 +278,8 @@ t.stop(); } - WIZ_INFO("data: '%s' size : %d\r\n",data, sendSize); + wait(0.05); + WIZ_INFO("%s\r\n",data); return i; }