ThingPlug Test
Dependents: WizFi310_ThingPlug_Test WizFi310_ThingPlug_Test_P
Fork of WizFi310Interface by
Revision 10:ea405bb59143, committed 2017-10-19
- Comitter:
- cliff1
- Date:
- Thu Oct 19 05:00:50 2017 +0000
- Parent:
- 9:90902218e268
- Child:
- 11:f8a0bd763546
- Commit message:
- TP+ 171019
Changed in this revision
| WizFi310Interface.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/WizFi310Interface.cpp Thu Oct 19 04:34:44 2017 +0000
+++ b/WizFi310Interface.cpp Thu Oct 19 05:00:50 2017 +0000
@@ -127,16 +127,10 @@
if( buffer[cnt] == '8' )
{
if( buffer[cnt + 1] == '0' )
- {
- WIZ_INFO("1!!/r/n/r/n");
ret = 1;
- }
else if( buffer[cnt + 1] == '1' )
- {
- WIZ_INFO("2!!/r/n/r/n");
ret = 2;
- }
}
}
