Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
117:fd6798ba2e26
Parent:
116:8099b754fbb4
Child:
119:b3d7699d0eb0
--- a/SnUIDtoMac.cpp	Tue May 03 02:01:35 2016 +0000
+++ b/SnUIDtoMac.cpp	Mon Oct 24 18:54:21 2016 +0000
@@ -80,12 +80,11 @@
         mac[0]=0x00; mac[1]=0x02; mac[2]=0xF7; mac[3]=0xF1; mac[4]=0xF2; mac[5]=0x1A;
         return true;
     } else if ( (uid[0]==0x07FFA008) && (uid[1]==0xAE299840) && (uid[2]==0x52A25792) && (uid[3]==0xF5001E87) ) {
-        // SST108, stn16. this mbed doesn't keep time properly. used by engineers for testing.
+        // SST108, HCR Station 40. this mbed doesn't keep time properly.
         mac[0]=0x00; mac[1]=0x02; mac[2]=0xF7; mac[3]=0xF1; mac[4]=0xE9; mac[5]=0xED;
         return true;
     } else if ( (uid[0]==0x0A003002) && (uid[1]==0xAE299840) && (uid[2]==0x52A269C6) && (uid[3]==0xF5001E81) ) {
-        // SST101, bad bias tees - not deployed. here in case this mbed gets put on a different board
-        // or the board is fixed and deployed
+        // SST101, CR Station 41
         mac[0]=0x00; mac[1]=0x02; mac[2]=0xF7; mac[3]=0xF1; mac[4]=0xF7; mac[5]=0xC6;
         return true;
     } else if ( (uid[0]==0x07010008) && (uid[1]==0xAE299840) && (uid[2]==0x52A25466) && (uid[3]==0xF5001E82) ) {