cassyarduino cassyarduino / UIPEthernet
Revision:
20:fe5026169ec6
Parent:
0:e3fb1267e3c3
Child:
21:c4439c50a5af
--- a/utility/uipethernet-conf.h	Wed Jan 04 18:32:00 2017 +0100
+++ b/utility/uipethernet-conf.h	Sat Jan 14 19:51:58 2017 +0100
@@ -23,7 +23,8 @@
 #define UIP_PERIODIC_TIMER       250
 
 /* timer to poll client for data after last write (in ms)
- * set to -1 to disable fast polling and rely on periodic only (saves 100 bytes flash) */
-#define UIP_CLIENT_TIMER         10
+ * set to -1 to disable fast polling and rely on periodic only (saves 100 bytes flash)
+ * Default value by Norbert is 10 */
+#define UIP_CLIENT_TIMER         -1
 
 #endif