Library that implements the CellularInterface using PPP and LWIP on the mbed MCU. May be used on the C027 and C030 (non-N2xx flavour) boards from mbed 5.5 onwards.

Dependents:   example-ublox-cellular-interface HelloMQTT example-ublox-cellular-interface_r410M example-ublox-mbed-client

Revision:
2:4c533665168c
Parent:
1:80ec3fccad9e
Child:
3:9863dcade75d
--- a/UbloxPPPCellularInterface.h	Thu Jun 15 14:05:47 2017 +0100
+++ b/UbloxPPPCellularInterface.h	Fri Jun 30 13:30:20 2017 +0100
@@ -225,7 +225,7 @@
 
     /** Get the next set of credentials from the database.
      */
-    void get_next_credentials(const char * config);
+    void get_next_credentials(const char ** config);
 
 private:
     bool _sim_pin_check_change_pending;