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:
- 28:42ae7eed0b68
- Parent:
- 19:e751d075e2e6
- Child:
- 30:3261015fdd17
diff -r a8de4f87cada -r 42ae7eed0b68 GloveWifi.cpp
--- a/GloveWifi.cpp Thu Dec 11 04:17:46 2014 +0000
+++ b/GloveWifi.cpp Thu Dec 11 05:25:03 2014 +0000
@@ -99,9 +99,8 @@
{
DropCount = 0;
}
- if(DropCount > 200)
+ if(DropCount > 20)
{
- printf("!\r\n");
Reconnect();
DropCount = 0;
}
