mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-23 19:21:59 +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:
@ -78,7 +78,7 @@ void GSM3ShieldV1ModemCore::closeCommand(int code)
|
||||
void GSM3ShieldV1ModemCore::genericCommand_rq(PGM_P str, bool addCR)
|
||||
{
|
||||
theBuffer().flush();
|
||||
writePGM(str, addCR);
|
||||
writePGM(str, addCR);
|
||||
}
|
||||
|
||||
//Generic command (const string).
|
||||
|
Reference in New Issue
Block a user