Browse Source

Extra comment blocks removed from SIM800

v_master
Sara Damiano 6 years ago
parent
commit
115b6c1a4a
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      src/TinyGsmClientSIM800.h

+ 0
- 14
src/TinyGsmClientSIM800.h View File

@ -39,23 +39,9 @@ enum RegStatus {
REG_UNKNOWN = 4, REG_UNKNOWN = 4,
}; };
//============================================================================//
//============================================================================//
// Declaration of the TinyGsmSim800 Class
//============================================================================//
//============================================================================//
class TinyGsmSim800 : public TinyGsmModem class TinyGsmSim800 : public TinyGsmModem
{ {
//============================================================================//
//============================================================================//
// The Internal SIM800 Client Class
//============================================================================//
//============================================================================//
public: public:
class GsmClient : public Client class GsmClient : public Client


Loading…
Cancel
Save