Example program to demonstrate the use of the UbloxATCellularInterfaceExt class, providing FTP, HTTP, and CellLocate support. It may be used on the C027 and C030 (non-N2xx flavour) boards.

Dependencies:   gnss ublox-at-cellular-interface-ext ublox-cellular-base ublox-cellular-driver-gen

Fork of example-ublox-at-cellular-interface-ext by u-blox

Files at this revision

API Documentation at this revision

Comitter:
rob.meades@u-blox.com
Date:
Tue Jun 13 10:48:31 2017 +0100
Parent:
11:00378c3fe3e4
Child:
13:1df178c3cee7
Commit message:
Don't print "checking user button" string for C027 and update library versions.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
ublox-at-cellular-interface-ext.lib Show annotated file Show diff for this revision Revisions of this file
ublox-cellular-base.lib Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Jun 13 01:58:23 2017 +0100
+++ b/main.cpp	Tue Jun 13 10:48:31 2017 +0100
@@ -254,7 +254,9 @@
                 }
             }
             wait_ms(5000);
+#ifndef TARGET_UBLOX_C027
             printf("[Checking if user button has been pressed]\n");
+#endif
         }
         
         pulseEvent();
--- a/ublox-at-cellular-interface-ext.lib	Tue Jun 13 01:58:23 2017 +0100
+++ b/ublox-at-cellular-interface-ext.lib	Tue Jun 13 10:48:31 2017 +0100
@@ -1,1 +1,1 @@
-https://mbed.org/teams/ublox/code/ublox-at-cellular-interface-ext/#d7a50a112cb0
+https://mbed.org/teams/ublox/code/ublox-at-cellular-interface-ext/#e53d8a419fb7
--- a/ublox-cellular-base.lib	Tue Jun 13 01:58:23 2017 +0100
+++ b/ublox-cellular-base.lib	Tue Jun 13 10:48:31 2017 +0100
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/ublox/code/ublox-cellular-base/#5aaecf2572dc
+https://developer.mbed.org/teams/ublox/code/ublox-cellular-base/#73fcc33c9400
\ No newline at end of file