Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
15:f2569d8e4176
Parent:
8:95a325df1f6b
Child:
16:744ce85aede2
--- a/SnConstants.h	Tue Aug 21 02:19:35 2012 +0000
+++ b/SnConstants.h	Fri Aug 31 02:09:09 2012 +0000
@@ -20,6 +20,7 @@
 // NOTE: these times below must be less than kAbsMaxTimer (this is not checked, however)
 static const uint32_t kConnectTimeout   = 30u;   // seconds
 static const uint32_t kListenTimeout    = 30u;   // seconds
+static const uint32_t kConnectTOSBD     = 300u;  // seconds
 static const uint32_t kCommWinLongPrdTk = 300u;  // seconds
 static const uint32_t kSecsPerYear      = 3600u*24u*365u;