ThingPlug Test

Dependents:   WizFi310_ThingPlug_Test WizFi310_ThingPlug_Test_P

Fork of WizFi310Interface by WIZnet

Revision:
10:ea405bb59143
Parent:
9:90902218e268
Child:
11:f8a0bd763546
diff -r 90902218e268 -r ea405bb59143 WizFi310Interface.cpp
--- 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;
-                }
             }
         }