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:
55:2fb27f1ddff5
Parent:
54:a6073442bcef
Child:
56:49387b72460e
--- a/main.cpp	Sun May 15 15:29:19 2016 +0000
+++ b/main.cpp	Mon May 16 21:48:06 2016 +0000
@@ -697,8 +697,8 @@
     
     //Check for fully charged battery
     if(bVolt > 1750 && amps > 8191) {
-               //RGB_LED.set_led(0,0,0);
-               RGB_LED.set_led(0,1,0);
+               RGB_LED.set_led(0,0,0);
+               //RGB_LED.set_led(0,1,0);
     //Check for battery with ~2 hours left of runtime at 2lpm to remind user to plug in sampler            
     }else if(amps > 8191 && bVolt < 1500) {
         if(ledOn) {