aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-07-20 23:26:10 +0200
committerJavier <dev.git@javispedro.com>2016-07-20 23:26:10 +0200
commit7f3d796c50b1855e690f74b35fd35798142ceb35 (patch)
treefb5959401df591a31344212a0b6baabc0343b3eb
parent6e2efea0f43d8e5bb4eb40b16a0281de342f003b (diff)
downloadscribiu-7f3d796c50b1855e690f74b35fd35798142ceb35.tar.gz
scribiu-7f3d796c50b1855e690f74b35fd35798142ceb35.zip
increase timeout since pen may take its time to answer
when transferring lots of data
-rw-r--r--smartpen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/smartpen.cc b/smartpen.cc
index 79e9a01..b03f0e5 100644
--- a/smartpen.cc
+++ b/smartpen.cc
@@ -26,7 +26,7 @@
#define PEN_EPOCH (1289335960000LL) // This is probably not correct
#define PEN_MTU 900
-#define PEN_TIMEOUT_SECONDS 10
+#define PEN_TIMEOUT_SECONDS 30
#define INVALID_CID 0xFFFFFFFFU