Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Files at this revision

API Documentation at this revision

Comitter:
uci1
Date:
Wed Oct 17 20:14:53 2018 +0000
Parent:
123:6267de54c8ba
Child:
125:ce4045184366
Commit message:
As deployed 2018-2019

Changed in this revision

SnConfigFrame.cpp Show annotated file Show diff for this revision Revisions of this file
SnPreCompOptions.h Show annotated file Show diff for this revision Revisions of this file
--- a/SnConfigFrame.cpp	Wed Aug 15 22:15:03 2018 +0000
+++ b/SnConfigFrame.cpp	Wed Oct 17 20:14:53 2018 +0000
@@ -74,7 +74,7 @@
 }
 
 void SnConfigFrame::SetHardDefaults() {
-    sprintf(fLabel,"Default_rev121");
+    sprintf(fLabel,"Default_rev124");
     fConfTime           = 1338854400u; // Tue, 05 Jun 2012 00:00:00 GMT
     fRun                = 0;
     fFirstSeq           = 0;
--- a/SnPreCompOptions.h	Wed Aug 15 22:15:03 2018 +0000
+++ b/SnPreCompOptions.h	Wed Oct 17 20:14:53 2018 +0000
@@ -96,8 +96,6 @@
 // whether or not to use the lookup tables to speed up the FFTs
 #define USE_DFFT_LUTS
 
-
-
 // use of the real time operating system has not been implemented
 // for some time -- enabling this will not work any more.
 // some development will be needed, including a RTOS aware networking package