MBED NanoService Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources

Revision:
204:4e046ba15a01
Parent:
177:244dd4404e6a
Child:
210:da093eadf7bd
--- a/Definitions.h	Wed Jul 02 20:21:55 2014 +0000
+++ b/Definitions.h	Wed Jul 02 20:42:54 2014 +0000
@@ -53,11 +53,8 @@
 
 // Reset our config values if needed
 #ifdef _ENDPOINT_UBLOX_PLATFORM
-    #define UBLOX_USE_3G            true                          // use 3G or ethernet
-    #define UBLOX_MODEM             UbloxUSBCDMAModem             // CDMA modem
-    #define UBLOX_CDMA_DELAY_MS     1000                          // connect delay in MS
-    #define UBLOX_GPS_FREQ          100000                        // GPS freq in ns
-    #define UBLOX_GPS_POLL_MS       5000                          // poll the GPS every 5 seconds
+    #define UBLOX_GPS_FREQ          100000                       // GPS freq in ns
+    #define UBLOX_GPS_POLL_MS       5000                         // poll the GPS every 5 seconds
 #endif
 
 // DEBUG Hush Logging