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

Revision:
12:1e1c58088143
Parent:
9:da9695394d5f
Child:
13:1df178c3cee7
--- 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();