We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bc11d commit 482e928Copy full SHA for 482e928
src/Modem.cpp
@@ -131,7 +131,7 @@ void ModemClass::hardReset()
131
{
132
// Hardware pin reset, only use in EMERGENCY
133
digitalWrite(_resetPin, HIGH);
134
- delay(1000); // Datasheet says nothing, so guess we wait one second
+ delay(10000); // Datasheet says 10s minimum low pulse on reset pin.
135
digitalWrite(_resetPin, LOW);
136
setVIntPin(SARA_VINT_OFF);
137
}
0 commit comments