3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
76:ee1f132e5744
Parent:
75:b44645bbf2d2
Child:
77:db3384071634
--- a/main.cpp	Tue Apr 25 16:06:35 2017 +0000
+++ b/main.cpp	Wed Apr 26 10:00:19 2017 +0000
@@ -251,7 +251,7 @@
                        
                 }
                 //Check if it's a "STATUS" command
-                else if (CompareCommands(charPos,"s",6) == 1)
+                else if (CompareCommands(charPos,"status",6) == 1)
                 {
                     char *ptr = localDate->ToString();
                     
@@ -431,9 +431,12 @@
             if(logger.GetError())
             {
                 // Kill EVERYTHING
+                //mbed_reset();
+                //NVIC_SystemReset();
             }
             else if(!logger.GetMessage())
             {
+                
             }
         
      }