Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
55:6767c08111c0
Parent:
51:b2bc37d660c0
Child:
56:0bba0ef15697
--- a/SnConstants.h	Sun Dec 15 05:25:40 2013 +0000
+++ b/SnConstants.h	Fri Jan 03 13:03:01 2014 +0000
@@ -8,7 +8,7 @@
 // constants
 //
 // if these change, it is likely that some i/o version (config, event, etc) will need to change
-static const bool     kIridPwrFromAfar  = false; // true if Iridium & Afar are on the same relay, false if not
+static const bool     kIridPwrFromAfar  = true; // true if Iridium & Afar are on the same relay, false if not
 static const uint32_t kBStime           = 946684800u; // 1/1/2000 00:00:00 UTC
 static const uint8_t  kNchans           = 4u;
 static const uint8_t  kNsamps           = 128u;