mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-21 08:47:48 +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:
@@ -47,6 +47,7 @@ https://github.com/BlueVia/Official-Arduino
|
||||
#include <GSM3ShieldV1ClientProvider.h>
|
||||
#include <GSM3ShieldV1DataNetworkProvider.h>
|
||||
#include <GSM3ShieldV1ModemVerification.h>
|
||||
#include <GSM3ShieldV1CellManagement.h>
|
||||
#include <GSM3ShieldV1PinManagement.h>
|
||||
#include <GSM3ShieldV1ScanNetworks.h>
|
||||
#include <GSM3SMSService.h>
|
||||
@@ -61,7 +62,7 @@ https://github.com/BlueVia/Official-Arduino
|
||||
|
||||
#define GSMPIN GSM3ShieldV1PinManagement
|
||||
#define GSMModem GSM3ShieldV1ModemVerification
|
||||
#define GSMCell GSM3CellManagement
|
||||
#define GSMCell GSM3ShieldV1CellManagement
|
||||
#define GSMBand GSM3ShieldV1BandManagement
|
||||
#define GSMScanner GSM3ShieldV1ScanNetworks
|
||||
|
||||
|
Reference in New Issue
Block a user