Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
71:2e8f7d01dea6
Parent:
70:1cee873a35b6
Child:
72:40be8d36d2b0
--- a/SnConstants.h	Wed Feb 04 02:39:34 2015 +0000
+++ b/SnConstants.h	Wed Feb 04 02:50:12 2015 +0000
@@ -6,8 +6,8 @@
 #define SST4CH  1  // set CHIPBOARD to this to get firmware for the 2014 stations with a single SST chip (value is arbitrary but unique)
 
 // which chip/board combination to build this firmware for
-//#define CHIPBOARD ATWD4CH
-#define CHIPBOARD SST4CH
+#define CHIPBOARD ATWD4CH
+//#define CHIPBOARD SST4CH
 
 //#define DEBUG
 
@@ -26,7 +26,8 @@
 //static const char kDefaultMacAdress[] = {0x00, 0x02, 0xBB, 0xBB, 0xBB, 0xBB}; // for testing ATWD
 //static const char kDefaultMacAdress[] = {0x00, 0x02, 0xF7, 0xF0, 0xAE, 0xE0}; // STN 20 (ATWD MB 1) 0002F7F0AEE0
 //static const char kDefaultMacAdress[] = {0x00, 0x02, 0xF7, 0xF0, 0xC3, 0xB6}; // STN  3 (ATWD MB 5) 0002F7F0C3B6
-  static const char kDefaultMacAdress[] = {0x00, 0x02, 0xF7, 0xF2, 0x1A, 0x8A}; // STN 18 (SST 111)   0002F7F21A8A
+//static const char kDefaultMacAdress[] = {0x00, 0x02, 0xF7, 0xF2, 0x1A, 0x8A}; // STN 18 (SST 111)   0002F7F21A8A
+  static const char kDefaultMacAdress[] = {0x00, 0x02, 0xF7, 0xF0, 0xC6, 0x1A}; // STN 10 (ATWD MB 8) 0002F7F0C61A
 
 // 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