Skip to content
Snippets Groups Projects
Commit 324fb8b7 authored by Sandeep Mistry's avatar Sandeep Mistry Committed by Cristian Maglie
Browse files

Remove RTS work around

parent 391fc805
No related branches found
No related tags found
No related merge requests found
......@@ -225,10 +225,6 @@ void initVariant() {
}
disable_battery_fet(!batteryPresent);
#endif
// Workaround for RTS not being controlled correctly
pinMode(GSM_RTS, OUTPUT);
digitalWrite(GSM_RTS, LOW);
}
// Serial1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment