Merge branch 'original'

This commit is contained in:
Sara Damiano
2018-09-07 14:21:50 -04:00
8 changed files with 1 additions and 163 deletions

View File

@@ -45,6 +45,7 @@ enum RegStatus {
//============================================================================//
//============================================================================//
class TinyGsmSim800
{
@@ -199,12 +200,6 @@ private:
RxFifo rx;
};
//============================================================================//
//============================================================================//
// The SIM800 Secure Client
//============================================================================//
//============================================================================//
class GsmClientSecure : public GsmClient
{
@@ -225,11 +220,6 @@ public:
}
};
//============================================================================//
//============================================================================//
// The SIM800 Modem Functions
//============================================================================//
//============================================================================//
public: