Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MMA8451Q Multi_WS2811 NVIC_set_all_priorities TSI cc3000_hostdriver_mbedsocket mbed
Fork of CubicHand by
Diff: GloveWifi.cpp
- Revision:
- 30:3261015fdd17
- Parent:
- 28:42ae7eed0b68
- Child:
- 31:bf5f545621aa
--- a/GloveWifi.cpp Thu Dec 11 05:26:39 2014 +0000
+++ b/GloveWifi.cpp Thu Dec 11 05:57:54 2014 +0000
@@ -84,7 +84,7 @@
wait(1);
}
socket->set_blocking(false, 10);
- printf("Reconnected!\r\n");
+ //printf("Reconnected!\r\n");
}
int GloveWifi::GetDataFromBuffer(char * buf, int size)
@@ -99,7 +99,7 @@
{
DropCount = 0;
}
- if(DropCount > 20)
+ if(DropCount > 100)
{
Reconnect();
DropCount = 0;
