Fork from Sog Yang

Dependencies:   BNO055_AS7000 NNN50_WIFI_API

Fork of NNN50_BLEWIFISensor by Sog Yang

Revision:
6:4ca0aa131d20
Parent:
5:ffe1a4c4881e
Child:
7:06495d54d107
--- a/main.cpp	Tue May 02 08:23:15 2017 +0000
+++ b/main.cpp	Tue May 02 08:47:57 2017 +0000
@@ -97,7 +97,7 @@
                 printf("NetworkMask: %s\n", eth.getNetworkMask());  
                 */
                 while (sock_tcp.connect(ECHO_SERVER_ADDRESS, ECHO_SERVER_PORT) < 0) {
-                    printf("Unable to connect to (%s) on port (%d)\n", ECHO_SERVER_ADDRESS, ECHO_SERVER_PORT);
+                    //printf("Unable to connect to (%s) on port (%d)\n", ECHO_SERVER_ADDRESS, ECHO_SERVER_PORT);
                     wait(1);
                 }
                 //printf("Connected to Server at %s\n",ECHO_SERVER_ADDRESS);
@@ -207,7 +207,7 @@
         hrm.hr_only();
         //printf("get hrm\n");
 */
-        wait_ms(5);
+        wait_ms(100);
       two_slots.release();
     }
 }