USB Host WAN Dongle library

Fork of USBHostWANDongle_bleedingedge by Donatien Garnier

Files at this revision

API Documentation at this revision

Comitter:
nherriot
Date:
Wed Feb 06 16:49:34 2013 +0000
Parent:
14:4344ce758b88
Child:
16:e1f5ba831485
Commit message:
This stops the library hanging if your modem is not connected or there is a power problem. It removes a block in VodafoneUSBModem.cpp by limiting the number of retries to connect a modem. It also has a new error definition for a hardware problem.

Changed in this revision

USB3GModule/WANDongle.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/USB3GModule/WANDongle.cpp	Tue Nov 13 12:00:11 2012 +0000
+++ b/USB3GModule/WANDongle.cpp	Wed Feb 06 16:49:34 2013 +0000
@@ -16,7 +16,7 @@
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
 
-#define __DEBUG__ 0
+#define __DEBUG__ 4
 #ifndef __MODULE__
 #define __MODULE__ "WANDongle.cpp"
 #endif