diff --git a/src/GSMSimSMS.cpp b/src/GSMSimSMS.cpp index 5b227c4..841105e 100644 --- a/src/GSMSimSMS.cpp +++ b/src/GSMSimSMS.cpp @@ -133,7 +133,6 @@ bool GSMSimSMS::send(char* number, char* message) { _readSerial(); str += _buffer; gsm.print(message); - gsm.print("\r"); //change delay 100 to readserial //_buffer += _readSerial(); _readSerial(); @@ -472,4 +471,4 @@ bool GSMSimSMS::deleteAll() { else { return false; } -} \ No newline at end of file +}