init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Revision:
54:2840f2d50734
Parent:
52:bd7678eade77
Child:
56:efd9f5613549
--- a/main.h	Wed May 29 23:59:56 2019 +0000
+++ b/main.h	Tue Jun 25 10:40:03 2019 +0000
@@ -16,7 +16,7 @@
 //------------------------------------------------------------------------------
 //FW DETAILS
 //------------------------------------------------------------------------------ 
-#define FW_VERSION          328
+#define FW_VERSION          26
 //#define SKU                 "GPSPLUSDEV"
 #define SKU                 "GPSPLUS"
 #define HW_MAJORREVISION    "001"
@@ -118,7 +118,8 @@
 extern char GLOBAL_debug_buffer[DEBUG_BUFFERSIZE];
 extern char GLOBAL_GPSlocString_prev[70];
 extern bool GLOBAL_have_GPSlocString_prev;
+extern char GLOBAL_exceptionStringRetainedUntilSuccess[10];
 //FUNCS
 extern void watchdogKick();
-
+extern void addToExceptionString(char* value);
 #endif
\ No newline at end of file