mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-17 06:42:21 +03:00
Align types: int to unsigned int
Block send SMS until finished operation. GSM3IO.h. Keeps most of board-dependant pins Flush buffer after GPRS detach Delete some references to HardwareSerial.h Include OFF modem status
This commit is contained in:
@@ -52,6 +52,7 @@ int GSM3ShieldV1SMSProvider::endSMS()
|
||||
{
|
||||
theGSM3ShieldV1ModemCore.openCommand(this,ENDSMS);
|
||||
endSMSContinue();
|
||||
while(ready()==0) delay(100);
|
||||
return theGSM3ShieldV1ModemCore.getCommandError();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user