Skip to content

Commit 04ebeee

Browse files
sandeepmistrycmaglie
authored andcommitted
Use RTS and CTS inside MODEM
1 parent e1dddd9 commit 04ebeee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

variants/mkrgsm1400/variant.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ void initVariant() {
209209
// Workaround for RTS not being controlled correctly
210210
pinMode(GSM_RTS, OUTPUT);
211211
digitalWrite(GSM_RTS, LOW);
212-
213-
// Hold reset high to prevent cellular modem from starting if not used
214-
pinMode(GSM_RESETN, OUTPUT);
215-
digitalWrite(GSM_RESETN, HIGH);
216212
}
217213

218214
// Serial1

0 commit comments

Comments
 (0)