Bad smudge, examples are supposed to auto-baud
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
		@@ -128,8 +128,8 @@ void setup() {
 | 
			
		||||
  SerialMon.println("Wait...");
 | 
			
		||||
 | 
			
		||||
  // Set GSM module baud rate
 | 
			
		||||
  // TinyGsmAutoBaud(SerialAT,GSM_AUTOBAUD_MIN,GSM_AUTOBAUD_MAX);
 | 
			
		||||
  SerialAT.begin(9600);
 | 
			
		||||
  TinyGsmAutoBaud(SerialAT, GSM_AUTOBAUD_MIN, GSM_AUTOBAUD_MAX);
 | 
			
		||||
  // SerialAT.begin(9600);
 | 
			
		||||
  delay(6000);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user