Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
117:fd6798ba2e26
Parent:
116:8099b754fbb4
Child:
118:d07ceb4b4813
--- a/SnPreCompOptions.h	Tue May 03 02:01:35 2016 +0000
+++ b/SnPreCompOptions.h	Mon Oct 24 18:54:21 2016 +0000
@@ -11,7 +11,7 @@
 // sorry for the double negative, but.. normally this is NOT DEFINED
 // uncommenting this will allow any values to be specified in a configuration
 // leaving it commented out is safer
-//#define DISABLE_CONFIG_SAFETYNETS
+#define DISABLE_CONFIG_SAFETYNETS
 
 // choose which communication peripherals will be used in the comms loop
 // for now, twitter is completely not working.
@@ -45,8 +45,8 @@
 
 // which chip/board combination to build this firmware for
 //#define CHIPBOARD ATWD4CH
-#define CHIPBOARD SST4CH
-//#define CHIPBOARD SST4CH_1GHz
+//#define CHIPBOARD SST4CH
+#define CHIPBOARD SST4CH_1GHz
 //#define CHIPBOARD SST4CH512                // warning: 4*512 samples may fill up the 32kB of RAM. it may be necessary to disable Afar comms in order to free up RAM
 //#define CHIPBOARD SST4CH512_1GHz           // warning: 4*512 samples may fill up the 32kB of RAM. it may be necessary to disable Afar comms in order to free up RAM
 
@@ -57,7 +57,7 @@
 // forever and never return, resulting in a "brain dead" station.
 // therefore, this should almost certainly be disabled (commented out)
 // for stations installed in the ice.
-//#define USE_INTERFACE_CHIP
+#define USE_INTERFACE_CHIP
 
 
 // whether or not to use the lookup tables to speed up the FFTs