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:
23:5227fb014aad
Parent:
22:a5adf9331032
Child:
24:7d2ff444d6d8
--- a/GSMLibrary.cpp	Tue Mar 24 17:57:22 2015 +0000
+++ b/GSMLibrary.cpp	Tue Mar 24 18:39:13 2015 +0000
@@ -35,7 +35,7 @@
 gsm_states gsm_current_state = GSM_INITIALIZE;
 char send = 0;
 int timeout_count = 0;
-char gsm_msg[MSG_SIZE + 1]; //1 extra for Ctrl+Z
+char gsm_msg[MAX_MSG_SIZE + 1]; //1 extra for Ctrl+Z
 
 void gsm_tick()
 {