mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Added debug print
This commit is contained in:
		@@ -419,6 +419,7 @@ public:
 | 
				
			|||||||
  // This uses the board's hardware reset pin to force it to reset
 | 
					  // This uses the board's hardware reset pin to force it to reset
 | 
				
			||||||
  void pinReset() {
 | 
					  void pinReset() {
 | 
				
			||||||
    if (resetPin >= 0) {
 | 
					    if (resetPin >= 0) {
 | 
				
			||||||
 | 
					      DBG("### Forcing a modem reset!\r\n");
 | 
				
			||||||
      digitalWrite(resetPin, LOW);
 | 
					      digitalWrite(resetPin, LOW);
 | 
				
			||||||
      delay(1);
 | 
					      delay(1);
 | 
				
			||||||
      digitalWrite(resetPin, HIGH);
 | 
					      digitalWrite(resetPin, HIGH);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user