uses pushing box to publish to google spreadsheets with a state machine instead of a while loop

Fork of GSM_Library by DCS_TEAM

Revision:
30:421aae087064
Parent:
29:bc5f53f2922a
Child:
32:424896b5adbe
--- a/GSMLibrary.cpp	Sat Apr 25 15:39:00 2015 +0000
+++ b/GSMLibrary.cpp	Sat Apr 25 23:20:30 2015 +0000
@@ -230,7 +230,7 @@
             gsm_current_state = GSM_READ_MSG;
             break;
         default:
-            //pc.printf("This is a state error\r\n");
+            pc.printf("This is a state error\r\n");
     }
 }
  
@@ -269,7 +269,7 @@
             sendCommand(AT_DEL_R_MSGS);
             break;
         default:
-            //pc.printf("This is a state error\r\n");
+            pc.printf("This is a state error\r\n");
     }
 }