Skip to content

Commit a4fb2c3

Browse files
authored
Update Sim800L.cpp
1 parent c81ab05 commit a4fb2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sim800L.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ void Sim800L::callNumber(char* number)
426426
{
427427
this->SoftwareSerial::print (F("ATD"));
428428
this->SoftwareSerial::print (number);
429-
this->SoftwareSerial::print (F("\r\n"));
429+
this->SoftwareSerial::print (F(";\r\n"));
430430
}
431431

432432

0 commit comments

Comments
 (0)