Simple detection for LE910-NA1 modules

Fork of MTS-Cellular by MultiTech

Revision:
10:c188cc05aed5
Parent:
9:1a03e3f3e7fe
Child:
11:4e428f689069
--- a/Cellular/UIP.h	Wed May 21 15:39:35 2014 -0500
+++ b/Cellular/UIP.h	Wed May 21 15:45:05 2014 -0500
@@ -76,10 +76,6 @@
     virtual std::string getDeviceIP();
     virtual bool setDeviceIP(std::string address = "DHCP");
 
-    //Cellular functions that derive from Cellular.h
-    virtual std::string sendCommand(const std::string& command, unsigned int timeoutMillis, char esc = CR);
-    virtual Code sendBasicCommand(const std::string& command, unsigned int timeoutMillis, char esc = CR);
-
     /** A method for configuring command ehco capability on the radio. This command
     * sets whether sent characters are echoed back from the radio, in which case you
     * will receive back every command you send.