Added debug print

This commit is contained in:
Sara Damiano
2019-01-30 16:41:12 -05:00
parent 3cb71a54be
commit 12ddad6f8a

View File

@@ -419,6 +419,7 @@ public:
// This uses the board's hardware reset pin to force it to reset
void pinReset() {
if (resetPin >= 0) {
DBG("### Forcing a modem reset!\r\n");
digitalWrite(resetPin, LOW);
delay(1);
digitalWrite(resetPin, HIGH);