v1.19 Release

Dependencies:   nRF51822

Revision:
29:4b347695b9f7
Parent:
27:bb7247a1704e
Child:
30:76b51e525c40
--- a/Source/main.cpp	Wed Apr 17 18:24:22 2019 +0000
+++ b/Source/main.cpp	Tue Jul 16 18:27:16 2019 +0000
@@ -385,7 +385,7 @@
                     state = EOL_WAIT_CAP_OFF;
                 }
                 break;
-                
+/*                
             case EOL_WAIT_LIGHT: // EOL and its dark, save power
                 // set up and enable the Light Sense Interrupt
                 // go to lowest power state
@@ -398,7 +398,7 @@
                     state = EOL_WAIT_CAP_OFF;
                 }
                 break;
-            
+*/            
             default: // illegal state
                 state = INIT;
             break;