Cleaned out big comment dividers

This commit is contained in:
Sara Damiano
2018-09-07 14:18:00 -04:00
parent cf6ff9fd2b
commit 9997d61bed
8 changed files with 3 additions and 152 deletions

View File

@@ -38,22 +38,10 @@ enum RegStatus {
};
//============================================================================//
//============================================================================//
// Declaration of the TinyGsmESP8266 Class
//============================================================================//
//============================================================================//
class TinyGsmESP8266
{
//============================================================================//
//============================================================================//
// The ESP8266 Internal Client Class
//============================================================================//
//============================================================================//
public:
class GsmClient : public Client
@@ -183,12 +171,6 @@ private:
RxFifo rx;
};
//============================================================================//
//============================================================================//
// The Secure ESP8266 Client Class
//============================================================================//
//============================================================================//
class GsmClientSecure : public GsmClient
{
@@ -209,13 +191,6 @@ public:
}
};
//============================================================================//
//============================================================================//
// The ESP8266 Modem Functions
//============================================================================//
//============================================================================//
public:
#ifdef GSM_DEFAULT_STREAM