MBED MQTT Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Wed Jul 02 20:44:18 2014 +0000
Parent:
240:c251f04f33d0
Child:
242:4448cc1b8daf
Commit message:
updates

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
--- a/Definitions.h	Tue Jul 01 22:03:20 2014 +0000
+++ b/Definitions.h	Wed Jul 02 20:44:18 2014 +0000
@@ -53,9 +53,6 @@
 
 // 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
 #endif