attempt to fix posible power issues with the sharp

Dependencies:   ADS1115 BME280 CronoDot SDFileSystem mbed

Fork of Outdoor_UPAS_v1_2_Tboard by scott kelleher

Revision:
42:c8ed2dc04dfe
Parent:
40:cac5bdffba44
Child:
43:05aa1fb68946
--- a/main.cpp	Tue May 03 02:34:06 2016 +0000
+++ b/main.cpp	Tue May 03 03:54:50 2016 +0000
@@ -510,7 +510,7 @@
     //Get time and set RTC 
     ///////////////////////////
     time_t seconds = time(NULL);
-    //strftime(timestr, 32, "%y%m%d%H%M%S", localtime(&seconds));
+    strftime(timestr, 32, "%y%m%d%H%M%S", localtime(&seconds));
     //strftime(hrstr, 32, "%H", localtime(&seconds));
     RTC_UPAS.get_time();