init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Revision:
50:a94e70c00fff
Parent:
49:15ddd84ec9fa
Child:
51:9078e6928412
--- a/main.h	Thu Feb 07 00:34:30 2019 +0000
+++ b/main.h	Thu May 16 12:31:44 2019 +0000
@@ -16,7 +16,7 @@
 //------------------------------------------------------------------------------
 //DEFINES
 //------------------------------------------------------------------------------ 
-#define FW_VERSION          8
+#define FW_VERSION          18
 //#define SKU                 "GPSPLUSDEV"
 #define SKU                 "GPSPLUS"
 #define HW_MAJORREVISION    "001"
@@ -27,7 +27,7 @@
 
 //DEFAULT SETTINGS
 #define DEFAULT_SLEEP_FRAME                 60000
-#define DEFAULT_FORCE2G                     true
+#define DEFAULT_FORCE2G                     false
 #define DEFAULT_LOCATION_MODE               1
 #define DEFAULT_LOCATION_ACCURACY           1  // 0 = no location, 1 = cl only, 2 = gps then cl
 #define DEFAULT_LOCATION_TX_INTERVAL_MINS   1440
@@ -56,7 +56,7 @@
 //mbed Libraries
 //------------------------------------------------------------------------------
 #include "mbed.h"
-//#include "nrf_soc.h"
+#include "nrf_soc.h"
 #include "nrf_temp.h"
 #include "board.h"
 //#include "ble/BLE.h"