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:
53:5b4991d93cb1
Parent:
52:95949e34b1f6
Child:
54:a6073442bcef
--- a/main.cpp	Sun May 15 03:45:12 2016 +0000
+++ b/main.cpp	Sun May 15 05:22:44 2016 +0000
@@ -480,7 +480,7 @@
                 RGB_LED.set_led(0,1,0);
                 //pc.printf("%s\r\n",fp.c_str());
                 microChannel.putc(sendMe[0]);
-                for(int i=0;i<65;i++){
+                for(int i=0;i<60;i++){
                     microChannel.putc(transfer_fileName[i]);
                 } 
                 while (c != 255){                       // while not end of file or forever