Simple detection for LE910-NA1 modules

Fork of MTS-Cellular by MultiTech

Revision:
27:ec44d5a9544f
Parent:
26:2b769ed8de4f
Child:
31:529db15abda7
--- a/Cellular/UIP.h	Thu Jun 26 21:12:37 2014 +0000
+++ b/Cellular/UIP.h	Mon Jun 30 17:13:00 2014 +0000
@@ -86,7 +86,7 @@
     * @param state if true echo will be turned off, otherwise it will be turned on.
     * @returns the standard AT Code enumeration.
     */
-    Code echo(bool state);
+    virtual Code echo(bool state);
 
     /** This method can be used to trade socket functionality for performance.
     * In order to enable a socket connection to be closed by the client side programtically,